Log in

View Full Version : How to do this...?



[Nicolas]
09-23-2010, 10:37 PM
Hey. How do I make it so that when a user on my site puts hid mouse over a link it makes a sound? I can do this with javascript and HTML and I know it can work because I saw it on a site.
Like, this is almost what I am looking for:

onMouseover="playsound.wav"
Help appreciated, thanks!
EDIT: I found some codes online, but they don't work in FF.

omestre
10-04-2010, 10:59 PM
Hi Nicolas,

try this link:
http://www.dynamicdrive.com/dynamicindex11/javascriptsound.htm

or this:

http://www.hypergurl.com/mouseoversound.html

good luck!