fbricker / muses

The Flash MP3/OGG/AAC Live Stream Player
https://www.muses.org
63 stars 18 forks source link

playSound is not a function #15

Closed shubell closed 8 years ago

shubell commented 9 years ago

The test-skin.html example file is not working correctly. Every javascript fuction like play, stop, mute... is not working. You get a "Uncaught TypeError: instance3.playSound is not a function" error in chrome. I am not able to find the fix

edit: Found the issue, it is browser related, try different types of objects like var instance3= document.getElementsByTagName("embed")[0]; var instance3=(document.instance3)?document.instance3:document.getElementById('instance3');