I've thought about this some more - would it be possible to flip this
around and build my containers in Flex and load our old Flash SWFs in
them?
This leads me to another question - how would these dynamically-
loaded swf files communicate with their container Flex swf files? In
Flash, I was able to use the _parent pronoun from within the child,
and the instance name of the movieclip from the parent to send data,
call functions, etc.
Thanks,
~greg
On Feb 6, 2007, at 4:18 PM, Greg Hesla wrote:
I was afraid of that. Thanks very much for your quick response.
~g
On Feb 6, 2007, at 3:49 PM, Tracy Spratt wrote:
No, because the Flash will be ver 8, AS2, and cannot contain the
AS3 virtual machine needed for FP 9.
Tracy
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Hesla
Sent: Tuesday, February 06, 2007 3:28 PM
To: Flex Coders
Subject: [flexcoders] Load Flex app (swf) into Flash App
Is it possible to load a Flex-based swf file into a Flash movie using
loadMovie()?
We are trying to migrate from Flash / Remoting to Flex. We have
several "container" movies which load smaller movies that the user
interacts with.
Thanks in advance,
Greg