evan5
06-05-2009, 06:41 PM
whats up fellas,
I have a question about some music stuff. I am using this code to play a music file on my webpage named "music.mp3" and this is my html code:
<embed src="music.mp3" autostart="true" loop="true"
width="2" height="0" volume="60">
</embed>
<noembed>
<bgsound src="music.mp3" loop="infinite" volume="60">
</noembed>
The thing is i once that music.mp3 file stops... i want a second music file(or song) lets say "music2.mp3" to start playing afterwards...do any of you guys know how i can implement that.:cool:
also my mp3 music file is 3.5k kb, do you think having a .mid file is better for music playing?
I have a question about some music stuff. I am using this code to play a music file on my webpage named "music.mp3" and this is my html code:
<embed src="music.mp3" autostart="true" loop="true"
width="2" height="0" volume="60">
</embed>
<noembed>
<bgsound src="music.mp3" loop="infinite" volume="60">
</noembed>
The thing is i once that music.mp3 file stops... i want a second music file(or song) lets say "music2.mp3" to start playing afterwards...do any of you guys know how i can implement that.:cool:
also my mp3 music file is 3.5k kb, do you think having a .mid file is better for music playing?