[flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Dave Glasser
I'm using a SWFLoader to load a Flex app -- I'll call it the child app - inside my main Flex app. I've used tracing code on the server to prove that the child app is being requested and served by the SWFLoader. What's happening, however, is that a new instance of the main app is being created

Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Alex Harui
Is the child app’s main class also called Main.mxml? On 3/6/13 7:00 AM, Dave Glasser dglas...@pobox.com wrote: I'm using a SWFLoader to load a Flex app -- I'll call it the child app - inside my main Flex app. I've used tracing code on the server to prove that the child app is being

Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Dave Glasser
@yahoogroups.com flexcoders@yahoogroups.com Sent: Wednesday, March 6, 2013 12:24 PM Subject: Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App Is the child app’s main class also called Main.mxml? On 3/6/13 7:00