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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to