I have installed the Extension for Flash CS3 and updated Flex to latest 2.01 that supports the Flash Components.
I made a simple Flash CS3 a symbol and clicked the Commands -> Make Flex Components and got: Command made the following changes to the FLA: Turned on Permit Debugging Turned on Export SWC Set frame rate to 24 Imported UIMovieClip component to library Component "FlashComp" is ready to be used in Flex. So far so good... I continued by clicking on the symbol and selected export to SWC and saved to a folder. Continued to go to Flex Builder and added swc under my project's library path. All seems ok. when I do: var a:FlashComp = new FlashComp(); Flex Builder finishes the word FlashComp for me so it does see the component. However, I do get an error of: 1046: Type was not found or was not a compile-time constant: 1180: Call to a possibly undefined method FlashComp I also tried saving the FlashComp.swc in the root dir of the project and did: <local:FlashComp id="ABC"/> with no luck. Any Help would be great ... Regards, Sean - HeliHobby.com

