How to Add URL Link for Buttons in Sothink SWF Quicker?

November 3, 2008 – 4:45 pm 1,710 views

When you create Flash movie using Sothink SWF Quicker, you can add URL link for buttons.

Example:

Step1: Draw a rectangle on the stage.

 

Step2: Right-click the button, and choose “Convert to Symbol” in the context menu. In the popup “Convert to Symbol” window, choose “Button” and click “OK”.

 

Step3: Choose this button on the stage and go to the Action panel, input:

on(release)
{
getURL(”http://www.sothink.com”);
}

 

Step4: In preview mode, when you click on the button, the http://www.sothink.com page is opened. 
You can change the URL address to whatever you like.

Please visit: Sothink SWF Quicker

 

Tags:, , , , , , , , , .

  1. 4 Responses to “How to Add URL Link for Buttons in Sothink SWF Quicker?”

  2. I keep getting a syntax error when I try to add a link to my button. The error says:

    ERROR: Scene 1, Layer1, Frame 1, Instance of ‘Symbol 2′, Line 3: Syntax error.
    getURL(

    Symbol 2 is the actual button itself. I did exactly what you said to do…any suggestions? Thanks in advance.

    By Cyndi on Nov 23, 2008

  3. Dear Cyndi,

    Did you copy the following ActionScript to your project from this blog?

    on(release)
    {
    getURL(”http://www.sothink.com”);
    }

    I suggest you not to do so. Please new a Quicker project, and repeat to do the above step1 and 2 again, and in the step3, please write down the above ActionScript manually in the Action panel.

    Just try again, you will find this time is OK :)

    By Annie on Nov 26, 2008

  4. Yea it isn’t a good idea. Thanks Annie

    By Home Security San Diego on Dec 12, 2008

  5. Meetings , Incentives, Convention and Events in Macedonia

    By Nenad on Dec 19, 2008

Post a Comment