rainbow_loser
07-18-2003, 11:57 PM
This code I'm using for having music on my page isn't working for some reason...When I click play, it doesn't play...
http://doa.beheldnature.com/testing/indextest.html
its the white frame underneath the top picture...this is the code for the first "music" pg...i dont understand whats wrong..
<center><input style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10pt; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px; FONT-FAMILY: webdings; background:#FFFFFF; foreground:#FFFFFF" onClick=document.music.DoPlay() type=button value=4 name=buttonstart>
<input style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10pt; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px; FONT-FAMILY: webdings; background:#FFFFFF; foreground:#FFFFFF" onClick=document.music.DoPause() type=button value=; name=buttonpause>
<input style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10pt; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px; FONT-FAMILY: webdings; background:#FFFFFF; foreground:#FFFFFF" onClick=document.music.DoStop() type=button value="<" name=buttonstop>
<embed src="http://beheldnature.com/DOA/testing/mp3/GoSailorRayofSunshine.mp3" hidden="true" align="baseline" border="0" width="1" height="1"
name="music" type="mp3" loop="true" repeat="false" autostart="false">
</embed></center>
thats the code for the music thing...and it wont play....HELP!!
http://doa.beheldnature.com/testing/indextest.html
its the white frame underneath the top picture...this is the code for the first "music" pg...i dont understand whats wrong..
<center><input style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10pt; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px; FONT-FAMILY: webdings; background:#FFFFFF; foreground:#FFFFFF" onClick=document.music.DoPlay() type=button value=4 name=buttonstart>
<input style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10pt; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px; FONT-FAMILY: webdings; background:#FFFFFF; foreground:#FFFFFF" onClick=document.music.DoPause() type=button value=; name=buttonpause>
<input style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10pt; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px; FONT-FAMILY: webdings; background:#FFFFFF; foreground:#FFFFFF" onClick=document.music.DoStop() type=button value="<" name=buttonstop>
<embed src="http://beheldnature.com/DOA/testing/mp3/GoSailorRayofSunshine.mp3" hidden="true" align="baseline" border="0" width="1" height="1"
name="music" type="mp3" loop="true" repeat="false" autostart="false">
</embed></center>
thats the code for the music thing...and it wont play....HELP!!