import mx.managers.PopUpManager; import mx.events.CloseEvent; private function closeWindow(event:CloseEvent):void { PopUpManager.removePopUp(this); }