Hi there I have an AS3 project & want to use the rich Flex components (since AS3 components are non-existant and I dont feel like re-inventing the wheel). I recently discovered that u can only use these in a Flex project. The reasons why I wanted an AS3 project was to leave out all the heavy stuff that a Flex project brings along.
So I thought that I could cheat, but it looks like it isnt working ... I created a new Flex project, where I created a FlexButton AS3 class that extends mx.controls.Button. I referenced this project in my pure AS3 project, in the hopes of it loading the button compontents & all its useful functionality. It looks like this isnt going to work, getting the error in my Flex project: "The definition of base class Button was not found." Can anyone confirm that this is not possible. Has anyone found a solution to rich widget controls for pure AS3 projects? Cheers Tracy

