どうもtaroです. 少々マニアックですが、flash.display.Loader.loadの第2引数にLoaderContextを設定することが出来るのですが、そのことについてのまとめと嵌らないための注意点です. ランタインム・クラスを利用しようとするとき、これらの設定が必要となることがあります。 var context:LoaderContext = new LoaderContext; context.checkPolicyFile = true; context.applicationDomain = ApplicationDomain.currentDomain; context.securityDomain = SecurityDomain.currentDomain; var ldr:Loader = new Loader; ldr.contentLoaderInfo.ad