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;

しかし運がない。

Adobeのバグのようです。私を助けてアドバイスしてもらえますか?

4

0 に答える 0