0

I would like to load an swf from an external domain. Is there a way i can do this using an swf loader?Currently when loading a static local swf it works but not with the external one.

Here is my swfloader which is not laoding. It looks like its getting stuck somewhere in the middle of loading.

<mx:SWFLoader id="mySwfLoader" width="100%" height="100%" source="https://myurl.co.za/ui/Myswf.swf"/> 

This on the other hand works

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

Thank you.

Linda
  • 109
  • 1
  • 2
  • 12

1 Answers1

0

Check if the domain which you are loading to is part of the crossdomain.xml on the domain you are loading from.

codingbuddha
  • 707
  • 5
  • 16