Thread started: May 9 2008, 9:38 AM EDT
Watch
Please add what you know, or code, or links here to help build a one stop knowledge base for creating links in Flash.
out of
found this valuable.
Do you find this valuable?
Show Last Reply
|
|
Last Reply:
Here's the linking code:
By: ,
May 12 2008, 4:16 PM EDT
mybutton.addEventListener(MouseEvent.CLICK, myButtonFunction); function myButtonFunction(event: MouseEvent) { var request:URLRequest = new URLRequest("http://flashgameu.com"); navigateToURL(request); }
out of
found this valuable.
Do you find this valuable?
|