how should i go about making this website?
#1
Posted 07 October 2005 - 06:09 PM
I finished designing a website layout for a band on photoshop. I have also used funkysoul's flash tutorial to create an mp3 player for the site. My objective is to create the site with the flash mp3 player continuously playing and not restarting everytime one changes pages. Of course a very easy way to fix this is by creating the site 100% in flash, which I am considering, however I would prefer to create it in html. Is there a way to place my swf of the mp3 player in my html created website and not have the player restart on every page?
Is the only solution to this problem the use of frames, like one frame at the bottom where I would put in the player? (although I would rather avoid using frames)
Any and all help is greatly appreciated!
#2
Posted 07 October 2005 - 06:48 PM
#3
Posted 07 October 2005 - 06:51 PM
#5
Posted 07 October 2005 - 08:21 PM
Ok, back to frames....since I guess I should accept it being the simplest method....how would I apply the frames to the layout? :

the background will either be black or black with white dots (their album cover theme) with the site centered vertically and horizontally.
The bright green square is to show where my flash player will be placed. I have never used frames before, I've experimented with them in Dreamweaver but I would like to simply know where I should place the frame and what to put in it.
I'm thinking placing the frame at the bottom (seems obvious) but not too sure if I should slice the bottom of the web page (where it says designed by etc etc and the mp3 player) as one and place that in the frame.
Any help?
#6
Posted 08 October 2005 - 12:29 AM
And also, you can rule out using CSS or PHP for it. CSS is for styling, how it could possibly affect an mp3 player is beyond me. And PHP is server-side, so the page would have to refresh for anything to happen.
#7
Posted 09 October 2005 - 03:55 PM
#8
Posted 09 October 2005 - 04:12 PM
rc69, on Oct 8 2005, 01:29 AM, said:
And also, you can rule out using CSS or PHP for it. CSS is for styling, how it could possibly affect an mp3 player is beyond me. And PHP is server-side, so the page would have to refresh for anything to happen.
and rc69, im willing to use a frame at the bottom for the mp3 player....but I dont want the site so that you have a scroll bar for the main page....not sure if im explaining it right, but basically is there a way to make a frame at the bottom that is positioned at the absolute bottom, like after the entire rest (top and middle porton) of the site. I tried using a frame at the bottom, problem is, I now get a scroll bar (not the default browser one, a new one) for the top half of the site and I dont want one.
Anyone know how to make a frame positioned at the bottom show up once the rest of the site is shown, therefore eliminating the additional scroll bar?
Tirus
#9
Posted 09 October 2005 - 05:27 PM
<script type="text/javascript">
//the url it is going to open
var popurls=new Array()
popurls[0]="http://www.kreativedesignworks.net"
function openpopup(popurl){
var winpops=window.open(popurl,"","width=,height=")
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('jkpopup')==''){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
document.cookie="jkpopup=yes"
}
}
loadornot()
</script>
#10
Posted 09 October 2005 - 05:36 PM
im just not very good with this coding stuff so it will take some work to figure it all out.....and i was actually thinking of just making the player open in another window.
one more thing, just a random question.....would anyone have any idea what the chances are that people have the flash plugins required to view a website made in falsh? im asking this because IF i do make the site or a site in the future in flash, im wondering if most people would already have the necessary plugin to view it.
#11
Posted 09 October 2005 - 06:48 PM
#12
Posted 11 October 2005 - 06:35 AM
zYpher, on Oct 9 2005, 11:48 PM, said:
By making a flash site it is more made for people not running slow connections so they would most likely have flash player.
#13
Posted 12 October 2005 - 08:27 PM
zYpher, on Oct 9 2005, 12:27 PM, said:
<script type="text/javascript"> //the url it is going to open var popurls=new Array() popurls[0]="http://www.kreativedesignworks.net" </script>
#14
Posted 12 October 2005 - 09:43 PM
zYpher, on Oct 12 2005, 09:27 PM, said:
zYpher, on Oct 9 2005, 12:27 PM, said:
<script type="text/javascript"> //the url it is going to open var popurls=new Array() popurls[0]="http://www.kreativedesignworks.net" </script>
But for now, since I dont really know what I'm doing with the code, I'm just barely making it trying to figure out everything that needs to be changed in the entire script you gave me.
#15
Posted 15 October 2005 - 05:22 AM
#16
Posted 17 October 2005 - 11:55 AM
There is a tutorial on sitepoint.com - AJAX tutorial walk through.
I have not attempted this tutorial so I can't realy tell you anything about it, but all the tutorials I have done from that site are excellent.
Hope that helps.
Ciao
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
