I have a code that has a rollover images and when clicked displays a pop up. I’m not sure why but I am having trouble adding a mouse over sound to it as well. I appreciate any help thanks!
<input name="image" type="image" onMouseOver= src="http://japanesefriend.zxq.net/images/pk1pg1roll_15.jpg" onMouseOut= src="http://japanesefriend.zxq.net/images/pk1pg1_15.jpg" value="" src="http://japanesefriend.zxq.net/images/pk1pg1_15.jpg" onClick='styledPopupOpen("<img src=http://japanesefriend.zxq.net/flashcards/ichi.gif />")' align=middle width=131 height=118>
UPD: Also may be usable to either preload these images or use single sprite with both over/out states. In the latter case you will manipulate with not
this.srcbutthis.style(if no JS framework is used).