Creating a link with getURL

February 26, 2011

How To

How to Getting URL.

  1. Launch Flash Designer. Choose “Frame” > “Frame Size” to set movie dimensions.
  2. Choose “Text” tool and click on the frame. Type the text (for example “selteco.com”) and click OK.
  3. Choose “Edit” > “Align” > “Center on Page” to center the text on the frame.
  4. Choose “Action” > “OnClick”
  5. Choose “Get URL” and type the URL (for example “http://www.flashcs.com”). The link should begin with http://
  6. Choose “File” > “Export Web Page”. You will have to choose swf file name first. HTML page will popup in a browser window. Click on “flashconf.com” to test the link.

To get the URL with ActionScript use getURL function:

getURL(someurl,targetframe);

for example:

getURL("http://www.flashcs.com","_self");

How to link entire movie

Choose “Movie” > “Export Options” and put the URL in the field “Animation URL”

, , , ,

Subscribe

Subscribe to our e-mail newsletter to receive updates.

Trackbacks/Pingbacks

  1. Backlink-Jackpot - December 31, 2009

    [...] Creating a link with getURL | Flash tutorial | Flash video | Flash … [...]

Leave a Reply