--- In flexcoders@yahoogroups.com, "Roger Gonzalez" <[EMAIL PROTECTED]> 
wrote:
>
> 
> > createChild
> >   Good: seems to execute more quickly than mx:Loader
> >   Bad: one huge SWF
> > 
> > mx:Loader
> >   Good: multiple SWFs
> >   Bad: seems to execute more slowly than createChild
> 
> Well, its certainly going to be a bit slower, since it needs to 
pull
> stuff over the network and initialize it.
> 
> I'll be publishing examples at some point that demonstrates how to 
at
> least make the things you load much more efficient.
> 
> I actually don't think mx:Loader is necessarily the best way to 
pull
> them in.  I've built a new class that uses the underlying Flash 
Loader
> class to load modules as a class factory.  This way you can 
choreograph
> when they get pulled in a bit better.
> 
> Stay tuned.
> 
> -rg
>

Hi Roger,

I have a class to load mxml application. But after it's loaded how 
can I make this application communicate with the container 
application. Can I use parentDocument to access the controls and 
code resident at the application that loaded it.

Thanks in advance





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