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

November 3, 2008 – 4:45 pm 9,620 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. 14 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

  6. very nice)

    By Ramm on Feb 10, 2009

  7. Double glazing in manchester company think this site is great

    By Mr William Andrew Wayman on Apr 3, 2009

  8. thank you

    By yarış oyunlar on Apr 5, 2009

  9. i cant add my blog :/ peksimet.net

    By eğlenceli oyunlar on Apr 5, 2009

  10. thank you very much for this great information!

    By Laurentiu Sanda on Apr 8, 2009

  11. Thank you very much!

    By Donald on May 4, 2009

  12. Thank you for the great help

    By estartus on Jun 18, 2009

  13. thanks mate works great

    By Example Name on Jun 23, 2009

  14. you are very helpful, god bless

    By Chic Fashion on Jun 23, 2009

  15. Thanks a lot, will use definitely.

    By pepo on Jun 25, 2009

Post a Comment