having an issue trying to get sound to work on my mouse over menu..
i am using this menu 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
Code:<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>



Reply With Quote

Bookmarks