A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: open a new browser window from flash

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    21
    I want to open a new browser window without any scrollbars, menus... Just in a width=400 and height=160.

  2. #2
    Senior Bumbler
    Join Date
    Dec 2000
    Posts
    522
    Make your button action look like this:

    Code:
    on (release) { 
    
    getURL ("javascript:window.open('yourLink.html','windowName','width=400,height=160'); void(0);"); 
    
    }
    or use my smart clip - to center it as well...

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