> I mainly just want to be able to access components such as a text area and > have it work in flex and flash and not have to worry > about the kind > of text area I'm using if its flex or flash. They should both be able to work > together. Or a simple component such as a button, > they should be > recognized the same while calling it in flash or flex. > > If not, I can see major pains between the two.
Not really, all you need is a class associated with the loaded swf that Flex can communicate with, as I explained in my previous post. > > It would be nice if there is some brilliant workflow integration to handle > this point. Otherwise we'll need to make an > Interface for > every flex to flash movie which is probably better structure wise, but what > if we want to return objects from one framework to the > next. Might bring up issues such as a text area from flash or flex. > Not sure where the Interface idea came from, but you don't need an Interface to work with Classes. What exaclty do you mean with "return objects".. you mean data, as in Array, ArrayCollection? If so, with a class associated with the loaded swf that should be a walk in the park. regards, Muzak _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

