A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [Resolved] [Resolved] [Resolved] [Resolved] button problem please help

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    22
    how do u make a button that when u click it, it directs u to another site? i already know how to make all kinds off buttons except for this please help i need it for my site

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    on (press) {
    getURL("http://www.flashkit.com/", "_self");
    }

    Will open FK in the same window.

    on (press) {
    getURL("http://www.flashkit.com/", "_blank");
    }

    Will open FK in a new window.

    on (press) {
    getURL("http://www.flashkit.com/", "main");
    }

    Will open FK in a frame named main of a frameset.

  3. #3
    Junior Member
    Join Date
    Jul 2002
    Posts
    22
    thank u

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center