RE: [flexcoders] Could the Flex Gurus shed some light on this behavior?

2008-04-25 Thread Mike Anderson
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Gold Sent: Wednesday, April 23, 2008 10:14 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Could the Flex Gurus shed some light on this behavior? I believe since the content is a DisplayObject, it's just falling under normal Flex parenting rules

RE: [flexcoders] Could the Flex Gurus shed some light on this behavior?

2008-04-24 Thread Rick Winscot
Mike, From a performance point of view - you wouldn't want to be loading external assets twice. It's good that you see this: load what you need. need what you load. load it once. use it many times. What will help is to think more about where that data ends up. accessing the raw data is always

Re: [flexcoders] Could the Flex Gurus shed some light on this behavior?

2008-04-23 Thread Daniel Gold
I believe since the content is a DisplayObject, it's just falling under normal Flex parenting rules, a child can only have a single parent, so using the same content actually re-parents the content object to the new SWFLoader. If your navigation window is just a small preview of the total app,