navigateToURL


private function getNaver():void
   {
    navigateToURL(new URLRequest('http://www.naver.com), "_self")    
   }
Top