Mega Code Archive
The application logs the component sizes to flashlog txt, so you can confirm the sizing effect
private function logSizes():void {
trace("HGroup: "+ hb1.width);
trace("Label: "+ lb1.width);
trace("Image: "+ img1.width);
trace("Button: "+ b1.width);
}