SurfSoCal
08-01-2004, 12:38 AM
hey everyone i have a question! okay i was wondering if it was possible to make 1 song play then after that make a differnt song play and so on. sry if this didn't make sense. but if it is possible what is the code for it? thanks!
Combat Babe
08-02-2004, 11:54 PM
I think it is, but I wouldn't know how. I'm not much of a person for putting music on a site.
terrien
08-03-2004, 12:04 AM
Ummm I think that you just have to have separate embed tags...
probably like this
<embed src="whatev.mp3" autostart="false" loop="false"></embed>
<embed src="whatev2.mp3" autostart="false loop="false"> </embed>
They won't play one after the other, but they will both have controls so that people can play one, then when it finishes, they can play the other one...
And if your srever supports PHP, there's probably a way to do that wiht php, but I have no idea what it is...