Perry Smith

Java Questions & Answers

Archive

Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page

mouse click sounds
Friday, 26-Feb-99 01:09:50
205.188.199.27 writes:

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


Response
Re: mouse click sounds
Friday, 26-Feb-99 14:12:00
152.173.35.140 writes:

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


Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page