You have a user click on a link ,button, label
whatever… from within a Flex application and have it take the user to a
non-Flex, regular web page within their browser.. It’s probably a
simple answer but I’m still getting up to speed your Flex!!!…….
try this
<mx:Button label=”Click Here” click=”navigateToURL(new
URLRequest(‘htp://mathewjacob.wordpress.com’),’_mine)” />
