Step 5: URL Link in Flash CS3 (ActionScript 3.0)

In ActionScript 2.0, we used to click on the button and give it onclick properties. In ActionScript 3.0 all the ActionScript is specified in the actions panel for the frame not for the button itself. We need to click the frame on the timeline and open the actions panel. We should NOT click the button instance and give the actions.
Creating a URL Link in Flash CS3 (ActionScript 3.0)


code to create a url link in actionscript 3.0 in Falsh CS3
Below is the explanation of the customizable portions of the code to create a URL link in Flash CS3:
code for url link in flash cs3 explained

Next: Step 6: ActionScript 3.0 Code for Label Links