I usually find sound annoying, but presently I need to be able to allow visitors to a particular site listen to clips from a CD they may or may not be purchasing.
The page I've set up to test is:
My code is:
<input type="button" value="play" onClick="document.vid.DoPlay()" name="buttonstart">
<input type="button" value="stop" onClick="document.vid.DoStop()" name="buttonstop">
<embed src="igocrazy.wav"
align="baseline" border="0" hidden="true" controls="smallconsole"
autostart="true" loop="true" name="vid">
<br>
<font size="1" face="Verdana">Paul Davis - I Go Crazy</font>
I keep getting an error, can you tell me what I've done wrong?
The page I've set up to test is:
My code is:
<input type="button" value="play" onClick="document.vid.DoPlay()" name="buttonstart">
<input type="button" value="stop" onClick="document.vid.DoStop()" name="buttonstop">
<embed src="igocrazy.wav"
align="baseline" border="0" hidden="true" controls="smallconsole"
autostart="true" loop="true" name="vid">
<br>
<font size="1" face="Verdana">Paul Davis - I Go Crazy</font>
I keep getting an error, can you tell me what I've done wrong?
Comment