Alert按钮的事件侦听

public function closeCallBackTest(event:CloseEvent):void
     {
      if(event.detail == Alert.YES)
      {
         initApp2();
       
         _isNoInsDebug = true;
       
         return;
      }
     
      if(event.detail == Alert.NO)
      {
         initApp();
         
         _isNoInsDebug = false;
       
         return;
      }
     
     }

posted on 2009-12-19 13:44  jiahuafu  阅读(345)  评论(0编辑  收藏  举报

导航