1

自分の swf に jwplayer.flash.swf を埋め込みたいです。そのために、swfloader コンポーネントを使用しています。

<s:SWFLoader id="jwPlayer" width="320" height="240" 
   source="jwplayer.flash.swf?file=http://localhost/application/streams/myfile.flv"/>

読み込み中にセキュリティ サンドボックス違反エラーが発生しました。

*** Security Sandbox Violation ***
Connection to jwplayer.flash.swf?file=http://localhost/application/streams/myfile.flv 
halted - not permitted from http://localhost/application/main.swf

しかし、すべてのドメインへのアクセスを許可する正しい crossdomain.xml ファイルがあります。まず、jwplayer を別の swf に埋め込むことが可能かどうかを知りたいです。

4

1 に答える 1