| <mx:VBox xmlns="*" xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%"> | |
| <mx:Panel id="myPanelDefault" width="550" height="400" title="Title" status="Status"> | |
| <mx:ControlBar> | |
| <mx:HSlider id="myhsbs" minimum="0" maximum="800" value="100" width="100%" snapInterval="2"/> | |
| </mx:ControlBar> | |
| </mx:Panel> | |
| </mx:VBox> |