1

当我从 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;

但没有运气。

看起来像 Adob​​e 的错误。你能帮助我和建议吗?

4

0 回答 0