Components Flex


    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
         
        import mx.controls.Alert; 
        private function myEventHandler(e:Event):void { 
            Alert.show("The button '" + e.currentTarget.id + "' was clicked."); 
        }