AS3 air报错:SecurityError: Error #3226: Cannot import a SWF file when LoaderContext.allowCodeImport is false.

Security.allowDomain("*"); 改为try {Security.allowDomain("*");}catch (e) { }; 即可

posted @ 2016-08-08 11:02  CRM超人明  阅读(847)  评论(0)    收藏  举报