Components Flex



    
    import mx.controls.Alert;
    private function myClickHandler(event:Event):void {
        Alert.show("This is a log message");
    }
  

            initialize='b1.addEventListener(MouseEvent.CLICK, myClickHandler,false, 1);' />