A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: open new browser window

  1. #1
    Member
    Join Date
    Oct 2005
    Posts
    82

    open new browser window

    I have an swf file that I would like to open in a new browser window when
    a button in my main file is hit. Any help is mucho appreciato.

  2. #2
    Registered User Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    You have to have the swf already embedded in an html page. Then use the button code;

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

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