I want to embed jwplayer.flash.swf with my own swf. For that I am using swfloader component.
<s:SWFLoader id="jwPlayer" width="320" height="240"
source="jwplayer.flash.swf?file=http://localhost/application/streams/myfile.flv"/>
While loading I got security sandbox violation error.
*** Security Sandbox Violation ***
Connection to jwplayer.flash.swf?file=http://localhost/application/streams/myfile.flv
halted - not permitted from http://localhost/application/main.swf
But I have correct crossdomain.xml file with allow access to all domain. First I want to know embedding jwplayer with in another swf is possible or not.

source="jwplayer.flash.swf"Do you get the same error? - Sunil D.