Mega Code Archive

 
Categories / Flex / Components
 

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://rntsoft.com/'), 'quote')" /> </mx:Application>