flex - SWFLoader - authentication
Posted
by Hamish
on Stack Overflow
See other posts from Stack Overflow
or by Hamish
Published on 2010-03-19T00:01:31Z
Indexed on
2010/04/19
16:53 UTC
Read the original article
Hit count: 422
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?
© Stack Overflow or respective owner