4
The mouseover image change worked fine until I added SOUND...Now the sound plays, but the image doesn't change:
<a href= "http://www.xxxxxxxxxxxxx.com" onMouseOver="playSound(0)"
onMouseOut="stopSound(0)" onMouseOver= "if (document.images)
document.home1.src= 'http://www.xxxxxxxxxxxxx.com/themes/phpbbstyle/images/home2.gif';"
onMouseOut= "if (document.images) document.home1.src= 'http://www.xxxxxxxxxxxxx.com/themes/phpbbstyle/images/home1.gif';">
<img src= "http://www.xxxxxxxxxxxxx.com/themes/phpbbstyle/images/home1.gif"
width=46 height=15 alt="" name="home1" border=0>a>
Am I missing a semi-colon here somewhere, or what am I missing?
In addition, though the script includes using Netscape, the sound doesn't play in Firefox...Does anyone using Firefox know if there are specific parameters that I need to add to get the sound to play when viewing the site in Firefox?
document.write('')
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
ver4 = IE||NS? 1:0;
onload=auPreload;
(not the entire script obviously)
I need to get these last two issues fixed ASAP...this is the last "tweak" to our site before we go "live".
Can someone please help me fix these issues? Thank you.