Adobe Air加载本地HTML

时间:2012-11-08 19:17:35

标签: air adobe urlloader

当我从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的错误。你能帮帮我一下吗?

0 个答案:

没有答案