Use LinkButton to open a URL in a web browser window
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:LinkButton label="ADBE" width="100" click="navigateToURL(new URLRequest('http://java2s.com/'), 'quote')" /> </mx:Application>