jquery - Play sound when receiving a web chat message -


how can add simple sound when message arrives in web chat session jquery?

i noticed on chat @ http://chat.stackoverflow.com , want emulate in own software.

jplayer allows this, , avoid flash (with html5 <audio> tag).

edit:
drachenstern noted in comments, chat uses jplayer. code chat page:

<div id="jplayer" style="position: absolute; top: 0px; left: 0px;">   <embed name="jqjp_flash_0" id="jqjp_flash_0" src=   "http://or.sstatic.net/chat/jplayer.swf" width="0" height="0" bgcolor="#ffffff"   quality="high" flashvars="id=jplayer&amp;fid=jqjp_flash_0&amp;vol=80"   allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage=   "http://www.macromedia.com/go/getflashplayer" />    <div id="jqjp_force_0" style="text-indent: -9999px;">     0.7310569109395146   </div> </div> 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -