Hi, I am very new to Flex and am coming at it in a roundabout way. I downloaded Luke Bayes' and Ali Mills' fantastic ASProject and was trying a simple Hello World project, and compiling it for AS3 with MXMLC.
I saw in the Flex SDK that in the frameworks/source folder there are a bunch of AS class files for Flex classes. Is it possible to use these for a pure AS3 project? I am building a Flash application and could use some additional UI components. Is it possible to add the Flex AS classes--such as the Panel or the Accordion--to the class path and instantiate them like I would anything else? Thanks for any help you can offer.

