A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Need help about buttons opening sites in NEW browser windows

  1. #1
    Member
    Join Date
    Jan 2005
    Location
    Philadelphia
    Posts
    41

    Need help about buttons opening sites in NEW browser windows

    easy question -

    what code do I need to make a button open up a website in a NEW browser window?
    I need to keep the initial site still up and running. thanks

  2. #2
    climbing shoots and ladders feigner's Avatar
    Join Date
    Jun 2003
    Location
    IOP
    Posts
    263
    in your button, use the getURL command with the target as "_blank"... so inside the button the actionscript would look like this:
    code:
    on(release) {
    getURL("http://...","_blank");
    }

    FEIGNER
    Before you post, do you search?

  3. #3
    Member
    Join Date
    Jan 2005
    Location
    Philadelphia
    Posts
    41
    thanks

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