maf Posted July 11, 2014 Share Posted July 11, 2014 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 More sharing options...
maf Posted July 11, 2014 Author Share Posted July 11, 2014 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 More sharing options...
xdiepx Posted July 11, 2014 Share Posted July 11, 2014 Are you using the updated phaser? Link to comment Share on other sites More sharing options...
maf Posted July 11, 2014 Author Share Posted July 11, 2014 using 2.05 with some modifications (not Loader related) - is there anything in 2.0.6 that addresses this? Link to comment Share on other sites More sharing options...
maf Posted July 16, 2014 Author Share Posted July 16, 2014 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 More sharing options...
Recommended Posts