Jump to content

ie9 "Access is denied" when loading texture atlas


maf
 Share

Recommended Posts

I'm getting the "SCRIPT5 : Accessis denied" error on ie9 when trying to load a texture atlas json file, in the phaser code this tries to load using xhr rather than the ajax method - anyone else come across/fixed this befor i attempt to patch it myself?

Link to comment
Share on other sites

should add that it's a cross-domain issue - the assets are loaded from another domain. works fine if assets are loaded from same domain and works fine if Document Mode is set to "Standards" rather than the default "IE9 Standards" (I'm testing in IE10 in IE9 mode!)

 

sigh.

Link to comment
Share on other sites

Phaser does not (currently) seem to handle loading of texture atlas or physics json using the ajax fallback, quick workaround was to paste the json into the javascript rather than wrestle with vintage browsers...

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...