Event Flex



  
  
    
      private function clickHandler(event:Event):void
      {
        myLabel.text='You clicked the button';
      }