Components Flex



  
    
      import mx.events.CloseEvent;
      import mx.controls.Alert;
      
      [Embed(source="a.png")]
      private var questionIcon:Class;
      
      private function simpleAlert():void{
        Alert.show("This is an Alert dialog with multiple buttons", "Alert with Buttons",
          (Alert.YES | Alert.NO));
      }