<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="400" height="325"> <mx:ControlBar height="25" width="400" x="0" y="300"> <mx:Button label="||" height="20"/> <mx:Button label=">" height="20"/> <mx:HSlider width="100" /> </mx:ControlBar> </mx:Application>