Thanks for the reply. I believe I found the answer, albeit not a
solution, here
(http://seeing-is-believing.blogspot.com/2007/11/flex-components-in-flash-example-with.html).
Per the comments section:

"Apparently Flex creates an invisible layer that covers the whole
stage (mx.managers.SystemManager), which catches all events such as
mouse clicks that are not caught by any other Flex components. This
only happens on the root Flex swf that's loaded, and any other swf's
that are loaded on top of it recognize the first Flex application as
their root, and won't create a new SystemManager layer."



--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> The width of an mc includes any offscreen things and areas outside of
> masks.  That's one reason UIComponent imposes a more traditional
> width/height semantic
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of sdl1326
> Sent: Friday, August 15, 2008 8:54 AM
> To: [email protected]
> Subject: [flexcoders] Loading Flex created SWF into Flash SWF - strange
> issue
> 
>  
> 
> I am importing a Flex created SWF into a Flash created SWF. While this
> probably isn't standard practice, it works nicely in my case, with one
> exception. In design mode the width of the Flex container is 300px.
> The Flex SWF is being loaded into an empty MC (in Flash) so in theory
> the width should be 300px. Yet for some unknown reason, the width of
> the MC jumps to 822px with the remaining 522px being unaccounted for
> (the Flex SWF is still 300px with no distortion or scaling issues and
> a trace on the MC yields that the width is 822px).
> 
> Again, I know this isn't standard practice so any insight or
> assistance is certainly appreciated.
>


Reply via email to