Components Flex



    xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
    initialize="doSomething(event)">
     
         
        public function doSomething(event:Event):void { 
            // Use the \n to force a line break in ActionScript. 
            b1.toolTip = "Click this button \nto clear the form."; 
        } 
      
    

    
    
            toolTip="Click this button  to submit the form." />