View Full Version : Music trouble


co0kied0ugh
05-01-2003, 11:23 PM
Ummm...I dunno why but the music plays automatically and the buttons don't work.

How do I make it so you have to press the play button to make music play? What did I do wrong?

Thanks in advance!

<center>
<form> <table border=0 bordercolor=black bgcolor=royalblue><tr><th><bgsound src="coloreverywhere.wma" id=music loop=infinite><font face="verdana"><font size=1><font color=white>Color Everywhere</font></th></tr><tr><td>
<input type="button" value="play" onclick="document.all.music.src='coloreverywhere.wma';docum ent.cookie='SO=Y;PATH=/'">
<input type="button" value="stop" onclick="document.all.music.src='http://208.222.215.244/images/music/blank.htm';document.cookie='SO=N;PATH=/;'"></td></tr></table></form>
</center>
</script>

erictheman
05-02-2003, 05:00 AM
i could be wrong, but you probably don't need this
<bgsound src="coloreverywhere.wma" id=music loop=infinite>