silent1643
06-12-2007, 07:59 PM
having an issue trying to get sound to work on my mouse over menu..
i am using this menu (http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm) and need an mp3 (or wav, prefer mp3) to play on mouse over.. so how come this doesn't work? I have also tried the java script sound tut on this site and cannot get it to work
<img src="img/apparelBtn.jpg" onMouseOver="playSound(chimes.wav)" onMouseOut="stopSound(chimes.wav)" onclick="SwitchMenu('sub1')"><br />
<span class="submenu" id="sub1">
- <a href="new.htm">What's New</a><br>
- <a href="hot.htm">What's hot</a><br>
- <a href="revised.htm">Revised Scripts</a><br>
- <a href="morezone/">More Zone</a>
</span>
i am using this menu (http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm) and need an mp3 (or wav, prefer mp3) to play on mouse over.. so how come this doesn't work? I have also tried the java script sound tut on this site and cannot get it to work
<img src="img/apparelBtn.jpg" onMouseOver="playSound(chimes.wav)" onMouseOut="stopSound(chimes.wav)" onclick="SwitchMenu('sub1')"><br />
<span class="submenu" id="sub1">
- <a href="new.htm">What's New</a><br>
- <a href="hot.htm">What's hot</a><br>
- <a href="revised.htm">Revised Scripts</a><br>
- <a href="morezone/">More Zone</a>
</span>