*** Security Sandbox Violation ***
Connection to file:///…/assets/externaldata/tilesets.json halted - not permitted from file:///C|/Users/Will/Desktop/Zombie%20Project/bin/OurGame.swf
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///…/assets/externaldata/tilesets.json
I get that error when I try to load a json file that is located in the assets folder
The folder organization goes like this.
project folder ---->bin---->compiled swf
project folder ----->assets—>subfolder----->json file
This is the url string I use
“/…/assets/externaldata/tilesets.json”
I am using the flash pro IDE Flash CS6
publish setting access local files only is already set.
Thanks