I'm, confused.
I'm using the simplest onMouseOver piece of script, and yet I'm getting an error.
I'm trying to generate a sound onMouseOver using a .wav file -
link sound
Code: Select all
<a href="#" onMouseOver="hoversound.play()">test</a>
<embed name="hoversound" src="amazing.wav" autostart="false" loop="false"
volume="150" hidden="true" />