var url:String = "http://mail.ru"; var target:String = "_blank"; navigateToURL(new URLRequest(url), target);