How can I do that, so whenever a user clicks a link we play a sound? Using javascript and jquery here.
|
Found something like that:
|
|||||||||||||||
|
|
https://github.com/admsev/jquery-play-sound $.playSound('http://example.org/sound.mp3'); |
|||
|
|
|
JavaScript Sound Manager: |
|||
|
|
|
|||||||
|
|
New emerger... seems to be compatible with IE, Gecko browsers and iPhone so far... |
|||
|
|
|
First things first, i'd not like that as a user. The best way to do is probably using a small flash applet that plays your sound in the background. Also answered here: http://stackoverflow.com/questions/187098/cross-platform-cross-browser-way-to-play-sound-from-javascript |
|||||||||
|
|
I wrote a small function that can do it, with the Web Audio API...
|
|||
|
|
|
Following code might help you to play sound in a web page using javascript only. You can see further details at http://sourcecodemania.com/playing-sound-javascript-flash-player/
|
||||
|
|
|
For a browser-backwards-compatible answer.. check this posting: |
|||
|
|
