When testing on stencyl locally it says SecurityError 2122:
SecurityError: Error #2122: Security sandbox violation: LoaderInfo.content: file:///Users/paul/stencylworks/games-generated/Game/Export/flash/bin/Game.swf cannot access
http://thumbs.gamenet.com/image.jpg. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded.
at flash.display::LoaderInfo/get content()
at MethodInfo-2024()[/Users/paul/Desktop/Technology/Development/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/Script.hx:2307]
When I publish the swf file and upload it on funkydoo.co.uk, it runs but doesn't load the image or give any errors (just a blank screen) so I guess it's the same error? I published to android and it works fine, so i'm loading the image correctly - just want to try and get it working in flash if possible!.
Flash swfs often get hosted on lots of external sites and blogs though, so I obviously can't put crossdomain.xml on all of those sites..
Thanks in advance!