September, 2007
In this tutorial we will show you how to make a hyperlink in Adobe Flash CS3.
Lets open a new document
From the Library Window, choose a button (I chose the circle bubble button) and release it on the stage:

After that you will have the circle bubble button on your page.
Now right click over the button and select: Actions

The Actions Window will appear.
Now we need to make the hyperlink (we want this button to take us to designertoday.com website)
So, on the right side of the window write the following code:
on (press) {getURL("http://www.designertoday.com");
}

You just made a hyperlink!!
Good job!!
Download the original source files from this tutorial in Zip format Here
Copyright (c) 2007, Beatriz Mariniello, All Rights Reserved