Search Results
… within a web page then the current browser window will redirect to the URL. <mx:Script> public function clicked():void { trace('Button clicked'); navigateToURL(new URLRequest('http://www.hashbangcode.com')); } </mx:Script> To create a …