ty
my_button.addEventListener(MouseEvent.CLICK,clickHandler); function clickHandler(event:MouseEvent):void{ navigateToURL(new URLRequest(”http://www.adobe.com”),”_self”); }
If you would like to make a comment, please fill out the form below.
Name (required)
Email (required)
Website
Comments
my_button.addEventListener(MouseEvent.CLICK,clickHandler);
function clickHandler(event:MouseEvent):void{
navigateToURL(new URLRequest(”http://www.adobe.com”),”_self”);
}