I am looking for a short bit of code that will play a little click sound (that I have made) when a link is clicked before it is followed. I would prefer that it not click if the mouse click is not on a link. If someone can tell me the code, or can direct me to a page that uses it or has it so that I can copy it, I would be appreciative. Thank you in ad vance for any help you can give. Elijah
Elijah
Sounds like it will take a JavaScript solution, since your links are going to be in HTML. So, unless you're applet is also a Web Browser, Java isn't the solution. I don't know much JScript, but in Java, I'd use the play() method of the AudioClip class.
MikeD