<mx:Script>
import flash.net.navigateToURL;
</mx:Script>
<mx:LinkButton
label="Cynergy Systems, Inc."
click="navigateToURL(new URLRequest('http://www.cynergysystems.com/'),
'_blank');" />
Regards,
Dave.
Cynergy Systems, Inc.
On 2/23/07, Lisa Lee <[EMAIL PROTECTED]> wrote:
Can you tell me how to be able to have a user click on a link (button,
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 with Flex. Thanks!