我想用我自己的 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 文件,允许访问所有域。首先我想知道在另一个 swf 中嵌入 jwplayer 是否可行。