myLib is an Adobe Flash AS3 components alternative.
More infos from http://mylib.samystudio.net/
Usage
//set a skin for all components
setDefaultSkinSet( new FlatSkinSet( 10 , 0x000000 ) );
//instantiate component
var list : List = new List( this );
list.setSize( 100 , 200 );
list.cellHeight = 30;
list.cellCount = 10;