Components Flex



    
        
        import mx.controls.Alert;
        public function handleEvent():void
        {
            mx.controls.Alert.show("AAA");
        
        }