Welcome to Delicate template
Header
Just another WordPress site
Header

flash超链接(as3代码)

6月 29th, 2012 | Posted by 无 名 in flash

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.