<mx:HBox width="100%" height="100%"> <!-- Area for your catalog. --> <mx:Image source="@Embed(source='assets/Nokia_6630.png')" width="50%" height="100%"/> <mx:Text width="50%" color="blue" text="The ControlBar container in this example adds a Label, NumericStepper, Spacer, and Button control to the bottom of the Panel container."/> </mx:HBox>
<mx:ControlBar> <mx:Label text="Quantity"/> <mx:NumericStepper/> <!-- Use Spacer to push Button control to the right. --> <mx:Spacer width="100%"/> <mx:Button label="Add to Cart"/> </mx:ControlBar>