Alex,
 
Thanks for your prompt reply.  As it currently stands our components are instantiated non-dynamically (ie from within the Flash IDE).  Since we basically design the view in the Flash IDE and register with our controller (AS 2.0 class) then it probably won't take much to refactor into the Flex framework.  Now that I have a definitive answer I can explore the option you suggest.
 
Thanks again,
Dennis


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alex_harui
Sent: Monday, June 13, 2005 11:55 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flash V2 Components and Flex Compatibility

You'll probably have to provide more details about how the List is
being used, but in general, we don't promise that Flash V2 modules drop
into Flex.

One of the main issues is that Flex is entirely dynamic.  It
instantiates all of the components on-the-fly.  In Flash one can easily
place components on the stage or in other symbols.  If you did that, it
probably won't run in Flex as that is non-dynamic and the instantiation
sequence in that case is not supported in Flex.

Now, if you haven't done that, that implies that your app is pretty muc
script-driven, in which case the best option is probably just to copy
the script into .as files and compile them from MXML.

--- In flexcoders@yahoogroups.com, "Dennis Baldwin" <[EMAIL PROTECTED]>
wrote:
> We're in the process of porting some of our existing RIA
functionality from
> Flash to Flex.  In certain situations we'd like for pieces of our
existing
> Flash RIA to live inside of Flex.  We've had moderate success with
this
> approach, but the biggest problem has been with the V2 components.  I
know
> there are interoperability issues when using these components with
Flex so
> I've gone through the process of setting up the flexforflash file
within the
> Flash IDE.  It appears that Button, Radio, and Checkbox components
work fine
> but whenever there's a component that utilizes the Listbox it doesn't
work
> at all.  In fact, the Listbox doesn't even display





Yahoo! Groups Links

Reply via email to