Security Policy not working, as3
- by VideoDnd
How to I get my security policy working? My parent swf parses an XML doc and loads 2 children. It throws a 2148 security error, and only works in the Flash IDE.
PARENT SWF
flash.system.Security.loadPolicyFile("crossdomain.xml");
I've referenced my security file from my swf. I Also published my parent swf as 'network only' and put all the…