A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Link to new browser window from flash - Very Easy!

Hybrid View

  1. #1
    Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    55

    Link to new browser window from flash - Very Easy!

    I have forgotten the script to put for when you click on a button so that the url opens up in a new window. Here is what I have already:

    on(release){
    getURL("");
    }

    I need to link to http://www.mastahuk.com so can somebody tell me the code to get this to open in a new window. I dont need this to be resized or have anything special done to it by the way.

    Thanks!

  2. #2
    Junior Member
    Join Date
    Mar 2003
    Posts
    9
    i think the way is :

    on(release){
    getURL("http://www.mastahuk.com",_self);
    }

    try to use it.

  3. #3
    Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    55
    Nope, didnt work. It just opened in the same window. Anyone else?

  4. #4
    Junior Member
    Join Date
    Mar 2003
    Posts
    9
    i'm so sorry
    i just read your text only in 5 second so it's my false
    i think what do you need is in the same window
    to get into a new window
    change _self into _blank
    try it.
    thanks.

  5. #5
    Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    55
    Still didnt work . Here is how it looks now:

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

    What should I change? I would have thought this is quite easy to accomplish...

  6. #6
    Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    55
    *bump*

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