M
Mike Hemphill
I'm nolonger using the hover button component for my mouse overs as
suggested...
(visit www.bayareawindow.com) Where it list our service down page left I
have the dhtml effect swapping pictures and the echoecho code for opening a
new window on click. Now my boss (he has no clue how hard this stuff is
just keeps asking for more) would like me to insert sounds on mouse overs as
well. Any way to do this... within the following code:
<a
onmouseover="document['fpAnimswapImgFP24'].imgRolln=document['fpAnimswapImgF
P24'].src;document['fpAnimswapImgFP24'].src=document['fpAnimswapImgFP24'].lo
wsrc;"
onmouseout="document['fpAnimswapImgFP24'].src=document['fpAnimswapImgFP24'].
imgRolln"href="#"
onClick="MyWindow=window.open('http://www.bayareawindow.com/highrise.htm','M
yWindow','toolbar=no,location=yes,directories=no,status=no,menubar=yes,scrol
lbars=yes,resizable=yes,width=550,height=450'); return false;">
<img border="0" src="images/highwinbtn1.gif" id="fpAnimswapImgFP24"
name="fpAnimswapImgFP24" dynamicanimation="fpAnimswapImgFP24"
lowsrc="images/highwinbtn2.gif" width="236" height="26"></a></td>
Hey Down Here!!! I dont mean to keep giving you code but just wanted you to
see what I'm working with.
Let's say my sound file is empty.au How can I make this work (my boss is
insistant)
Thanks to all the FP2002 Gurus
Me again
suggested...
(visit www.bayareawindow.com) Where it list our service down page left I
have the dhtml effect swapping pictures and the echoecho code for opening a
new window on click. Now my boss (he has no clue how hard this stuff is
just keeps asking for more) would like me to insert sounds on mouse overs as
well. Any way to do this... within the following code:
<a
onmouseover="document['fpAnimswapImgFP24'].imgRolln=document['fpAnimswapImgF
P24'].src;document['fpAnimswapImgFP24'].src=document['fpAnimswapImgFP24'].lo
wsrc;"
onmouseout="document['fpAnimswapImgFP24'].src=document['fpAnimswapImgFP24'].
imgRolln"href="#"
onClick="MyWindow=window.open('http://www.bayareawindow.com/highrise.htm','M
yWindow','toolbar=no,location=yes,directories=no,status=no,menubar=yes,scrol
lbars=yes,resizable=yes,width=550,height=450'); return false;">
<img border="0" src="images/highwinbtn1.gif" id="fpAnimswapImgFP24"
name="fpAnimswapImgFP24" dynamicanimation="fpAnimswapImgFP24"
lowsrc="images/highwinbtn2.gif" width="236" height="26"></a></td>
Hey Down Here!!! I dont mean to keep giving you code but just wanted you to
see what I'm working with.
Let's say my sound file is empty.au How can I make this work (my boss is
insistant)
Thanks to all the FP2002 Gurus
Me again