Soundcloud HTML5 Player Not Displaying in IE9

I have posted an HTML5 player on my Soundcloud website and am generally very happy with it.

However, when testing the browser in IE9 on Windows 7, the player does not load, and I see the following error in the debug console:

SCRIPT429: Automation server can't create object 
widget-b8220e90.js, line 2 character 1738

The shake I was able to do suggests that this has something to do with IE9 and / or ActiveX security settings, which makes me tremble. IE9 works in my default security settings.

Is there anything that can be done so that the HTML5 player can show in this situation, or do I need to retreat to the flash player?

EDIT: The problem also occurs in IE8, which is not surprising, but I add for completeness

EDIT: I see a problem using the Win7 / IE9 virtual machine provided by Microsoft on my new Modern IE site and using the default security settings in IE9

+5
source share
3 answers

I used the same code that you mentioned above to try to reproduce, but it works fine for me in IE9. In compatibility mode, it simply reverts to the old Flash widget. Can you look here and tell if it works for you?

http://jsbin.com/otulas

+2
source

This is really a problem in IE testing on IE8, and here is what I found:

, unminify JS , :
return r && r.instance ? r.instance : (i = a.indexOf(S(e)) > -1, s = new p(e), f.push(new d(s, e, i)), s)

, API API script.

, .

0

All Articles