import mx.controls.Alert; private function showAlert(event:Event):void { var alert:Alert = Alert.show("an alert."); }