Multimedia_wev8.js 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 var Multimedia={ playSound:function(type){ if(type=="reciveMessage"){ //Debug.log("playSound", 2); var node=document.getElementById("SoundNewMessage"); if(node!=null) { node.Play(); } } } }