Could someone point me in the direction of a script that allows you to have an image change on MouseOver and plays a sound at the same time?
Thanks! :)
Sparkie
Printable View
Could someone point me in the direction of a script that allows you to have an image change on MouseOver and plays a sound at the same time?
Thanks! :)
Sparkie
Hey Sparkie,
There are numerous change image scripts, so I'm not even go to address this on ;)
As for the mouseover sound, it's a little harder, but check out:
http://www.wsabstract.com/script/scr...oundlink.shtml
Then, to apply to events to an object, go:
<a href="javascript:void(0)" onmouseover="dothis();dothat()">
You just use a ; to seperate them.
aDog :cool: