as3 Security Sandbox Violation
问题 I've read all similar topics already with no luck, so I'm posting a new question about this error. I am trying to load a swf file from another swf file using this code: var loader:Loader = new Loader() //listen for loading progress loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress); //listen for when the load is finished loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete); loader.contentLoaderInfo.addEventListener(SecurityErrorEvent.SECURITY_ERROR,