Tag Archives: flash link button

How to link via a button

February 27, 2010

0 Comments

To go to a new Web page using Flash buttons as your navigation, put this script on a button in your FLA: on (release) { getURL(“http://flashconf.com/”); } Change the URL to match your needs. You can use a relative address instead of an absolute one. You can add a target to the script, inside the [...]

Continue reading...