import flash.net.navigateToURL; private function goToURL() : void { navigateToURL( new URLRequest( newUrl.text ), target.selectedItem as String ); }