vote up 1 vote down star

for an IM script i am making, i would like the computer to beep like in gmail everytime there is a new message. is there a script in php or html to make the computer beep?

Thanks!

flag

74% accept rate
I don't think it's the computer who's beeping. Else might have a problem with your sound card. It's just some sound played using flash. – dex May 25 at 20:26
1  
I'd drop the PHP if I were you. Playing sound via javascript and flash is interesting enough as it is. – Kriem May 25 at 20:37
3  
Since PHP is a server-side language, the user would never hear it because the server would be doing the beeping, not the client. – Diodeus May 25 at 20:47
good point, no php – chris May 31 at 9:28

2 Answers

vote up 5 vote down check

All you need to do is load a small flash movie that makes the sound, you can easily toggle it in your page with Javascript whenever you need it.

link|flag
vote up 3 vote down

Several popular javascript libraries have interfaces for playing sounds built in or available as plugins, for example see Scriptaculous and jQuery.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.