flex - SWFLoader - authentication
- by Hamish
I have an issue where I am trying to load an external SWF using a SWFLoader, but the HTTP server requires authentication.
<mx:SWFLoader source="assets/externalswf.swf"></mx:SWFLoader>
Is there any way to pass the credentials to the SWFLoader?