> Can we use 
> Loader.loadeeInfo.applicationDomain.getClass("CLASS NAME") 
> from other domain's swf??
> 

It depends; if the other application domain is in your security domain,
then yes.  If not, then no.  

Security domains are an internal implicit concept in Beta 1.  You can
sort of imagine a tree of application domains with a parent child
relationship, and the main internal player application domain as the
root.  One set of branches will correspond to your app, its RSLs, and
maybe child SWFs its loaded.  Another branch might correspond to another
site - yahoo or something.  Basically opaque content.  Now draw a big
red oval around the branches with the remote content.  That oval is a
different security domain.

Beta 2 will have some player API changes that clarify all this, and
introduce an explicit notion of a security domain.

-rg


--
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/

<*> 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