Mega Code Archive
HDivBox Simple Demo
private function myGrid_initialize():void {
myGrid.dataProvider = [
{Artist:'Pavement', Album:'Slanted and Enchanted', Price:11.99, Comment:'One of their best. 4 Stars.'},
{Artist:'Pavement', Album:'Brighten the Corners', Price:11.99, Comment:'My favorite.'}
];
}