Is it possible to make a beep in php like in gmail?

for an IM script I do, I would like the computer to beep like in gmail every time a new message appears. is there a script in php or html to make the computer beep?

Thanks!

+1


a source to share


2 answers


All you have to do is upload a small flash movie that makes sound, you can easily switch it on your page using Javascript whenever you need it.



+7


a source


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



+6


a source







All Articles