How to Getting URL.
- Launch Flash Designer. Choose “Frame” > “Frame Size” to set movie dimensions.
- Choose “Text” tool and click on the frame. Type the text (for example “selteco.com”) and click OK.
- Choose “Edit” > “Align” > “Center on Page” to center the text on the frame.
- Choose “Action” > “OnClick”
- Choose “Get URL” and type the URL (for example “http://www.flashcs.com”). The link should begin with http://

- 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”




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