FLEX: how to correctly pass the link to a page ?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-05-05T20:27:41Z Indexed on 2010/05/05 20:58 UTC
Read the original article Hit count: 169

Filed under:

hi,

I'm using

<mx:LinkButton click="navigateToURL(new URLRequest(event.currentTarget.label.toString()))" />

to open a browser window to display the website on the label of my LinkButton. However I cannot correctly pass the link.. you see the problem:

file://localhost/..myapp/bin-debug/www.google.com

thanks

© Stack Overflow or respective owner

Related posts about flex