当我从IDE加载index.html时它运行正常! 但是当我开始编译应用程序时,它不起作用。
代码:
_html = new HTMLLoader();
var fileURL:String = "app:/components/posteditor/ckeditor/index.html";
_html.load( new URLRequest(fileURL) );
我尝试用
加载此文件var fileURL:String = File.applicationDirectory.resolvePath("components/posteditor/ckeditor/index.html").nativePath;
但没有运气。
看起来像Adobe的错误。你能帮帮我一下吗?