On 11/9/15, 6:17 PM, "pctechtv" <[email protected]> wrote:
>While learning about building Flex from existing Flash Professional >projects >I learned that you have to change thing like >import flash.display.MovieClip >to >import mx.flash.UIMovie >How does one know what to change these things to? Does it just come to you >over time or is there some official documentation for the translation? A Google search for “UIMovieClip” returns some articles that might be helpful. The best answer for you will depend a bit on what you know and how you think. Probably the simplest answer is that a Flash component in a Flex app must have UIMovieClip as the base class. As in “those are the rules so just do it”. A more detailed answer will get into modularity, abstraction, API surfaces and things like that. Feel free to ask for more detail if you want it. -Alex
