FLEX: how to correctly pass the link to a page ?
- by Patrick
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