Trav-man
05-30-2005, 01:14 AM
Hey guys. I am not sure if this belongs in here, or in the multi-media forum, but I am using HTML here... so here it goes. I am using this code to have a song play on my blog. <embed src="http://home.ripway.com/2005-5/311126/Artist-Track03.mp3" type="audio/mp3" volume="50" autostart="true" loop="true" height="28" width="172"></embed>
Now, everything works fine here, but what I was wondering is if I could be able to have more than one song play on this same thing. I'm sure that it's possible, because I know that if you go to different websites they have their own little media players playing, and they have several songs that play in loops. Anyways, what I need help with, is the coding for that. Would it be like...
<embed src="http://home.ripway.com/2005-5/311126/Artist-Track03.mp3", "OTHER SONG HERE", "etc." type="audio/mp3" volume="50" autostart="true" loop="true" height="28" width="172"></embed>
... or is there other stuff involved? Thanks for your help. :)
Now, everything works fine here, but what I was wondering is if I could be able to have more than one song play on this same thing. I'm sure that it's possible, because I know that if you go to different websites they have their own little media players playing, and they have several songs that play in loops. Anyways, what I need help with, is the coding for that. Would it be like...
<embed src="http://home.ripway.com/2005-5/311126/Artist-Track03.mp3", "OTHER SONG HERE", "etc." type="audio/mp3" volume="50" autostart="true" loop="true" height="28" width="172"></embed>
... or is there other stuff involved? Thanks for your help. :)