Style Flex



    
        [Bindable]
        private var theText:String = "this is a test.";
      

    
        .myScrollStyle { 
            upArrowUpSkin:Embed("a.gif"); 
            downArrowUpSkin:Embed("b.gif"); 
        }
    

                     width="400" 
                 height="50"
                 verticalScrollPolicy="on" 
                 verticalScrollBarStyleName="myScrollStyle"
                 text="{theText}" />