Mega Code Archive
Uses explicit sizing for the Image control and default sizing for the Button control
private function logSizes():void {
trace("HGroup: "+ hb1.width);
trace("Label: "+ lb1.width);
trace("Image: "+ img1.width);
trace("Button: "+ b1.width);
}