XML Flash. Assign external link to menu item (AS 2.0)

  1. Open your .fla file from ‘sources/flash’ folder in Adobe Flash program.
  2. Open the Flash Library (CTRL+L) and locate the menu movie clip. Double click on it to open in the Scene.
  3. Look on the time line. You will see layers for each menu item.

  4. Click on the object, on the Scene, to select, then press F9 key to open the action script panel.

  5. Input this script for ‘On(relese)’ function:
on (release) {
getURL("http://www.your_site_url.com");
}

6. Publish your .FLA file to see the preview.

 

Feel free to check the detailed video tutorial below:

XML Flash. Assign external link to menu item (AS 2.0)