flex - Loading an swf using the swfloader -


i load swf external domain. there way can using swf loader?currently when loading static local swf works not external one.

here swfloader not laoding. looks getting stuck somewhere in middle of loading.

<mx:swfloader id="myswfloader" width="100%" height="100%" source="https://myurl.co.za/ui/myswf.swf"/>  

this on other hand works

<mx:swfloader id="myswfloader" width="100%" height="100%" source="path/myswf.swf"/>  

thank you.

check if domain loading part of crossdomain.xml on domain loading from.


Comments