--- In [email protected], "lagos_tout" <[EMAIL PROTECTED]> wrote: > > Hi, all. > > Is it possible to use addChild() in Flex to add a Flash instance of > SimpleButton to a Flex app's displayList? > I exported the SimpleButton in a .swc from Flash IDE and set up the > .swc as a library in Flex Builder. > Within Flex, I can instantiate the SimpleButton class with no problem, > but I can't make it visible via addChild(). > Any ideas why this may be and how I can get around it? > Thanks much.
If you use the Flash Component Kit, it will wrap it in UIMovieClip for you. HTH; Amy

