as3代码:
function gotoAdobeSite(event:MouseEvent):void
{
var youURL:URLRequest = new URLRequest("http://www.adobe.com/");
navigateToURL(youURL);
}
linkButton.addEventListener(MouseEvent.CLICK, gotoAdobeSite);
as3代码:
function gotoAdobeSite(event:MouseEvent):void
{
var youURL:URLRequest = new URLRequest("http://www.adobe.com/");
navigateToURL(youURL);
}
linkButton.addEventListener(MouseEvent.CLICK, gotoAdobeSite);
You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.