No components in ActionScript project??
I downloaded the alpha version of flex builder yesterday and played a bit. Drawing is fine, APIs are good, and I’m glad that it has real language feels on as3.
Anyways, somehow I couldn’t add components in mx.controls package to the stage. Why? Drawing button shape in the class file is fine, but mx.controls.Button was’t added… It reminds me of which in flash I would need a component placed in the library in order to add component to the stage using actionscript. Anyone has the answer to this?






mx.controls is part of the flex framework, so you’d want to create a Flex project in order to use the button component.
That makes sense unless ActionScript project is a part of flash IDE. I should’ve looked closely at flex builder.. lol Thanks for the clarification.