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');
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');