At 08:23 PM 4/12/2009, you wrote:
It would look more like this:

<mx:LinkButton id="myLink" label="My   Url" click="myLinkUrl();" />


And the AS:

private function myLink():void
{
     var myUrl:URLRequest = new URLRequest("http://www.myUrl.com";);

navigateToURL(myUrl, "_blank");

}


That should do it if you are just wanting a URL button.

So I can't change the destination programmatically, then? It has to be hard-coded?




-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the 
subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------


Reply via email to