A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: quick easy question

  1. #1
    StayingOccupied
    Join Date
    Dec 2000
    Location
    Detroit Area
    Posts
    65

    quick easy question

    i want my button to open a .htm file in a seperate window... whats the best way to code this? i heard IE is trying to get rid of javascript, so what should i use as the code?..
    on(release)
    // get www.mysite.com/game.htm in new window

  2. #2
    Ryan Thomson EvolveDesigns's Avatar
    Join Date
    Oct 2001
    Location
    British Columbia
    Posts
    3,338
    on(release){
    getURL("www.mysite.com/game.htm", "_blank");
    }


    Evolve Designs Interactive Media
    the natural selection

  3. #3
    StayingOccupied
    Join Date
    Dec 2000
    Location
    Detroit Area
    Posts
    65
    Originally posted by EvolveDesigns
    on(release){
    getURL("www.mysite.com/game.htm", "_blank");
    }


    lol, thanks.. i knew it was something easy like that.

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