Use Case:
Debugging Flex app locally which uses the SWFLoader to load child
applications that reside on a remote server (in our data center).

Need to allow both the parent app (running locally in debug) and the
child app (resides on remote server) to play nicely together.

Expected Result: I can have both apps (parent & child) share the same
ApplicationDomain and SecurityDomain.

What Happens:  I get the error message "local SWF files cannot use the
LoaderContext.securityDomain property" when trying to set the
LoaderContext.securityDomain of the SWFLoader object.  If I omit this
setting the SWFLoader then barfs when it trys to load the remote resource.

I have both parent and child applications using
Security.allowDomain(["*"]); and I also have a cross-domain policy
file on the remote server to allow ALL domains access.

Anyone have any suggestions?




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to