A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: control browser window size with getURL

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    19
    try that

    on (release) {
    getURL("javascript:window.open('file to be oppened',new Date().getTime(),'width=600,height=450,top=0,left= 0'); void(0);");
    }

  2. #2
    Junior Member
    Join Date
    Nov 2009
    Location
    Santa Monica, CA
    Posts
    1
    I was trying the pop up window code in flash and it works well,

    on (release) {
    getURL("javascript:window.open('file to be oppened',new Date().getTime(),'width=600,height=450,top=0,left= 0'); void(0);");
    }

    but my original page loses the flash images once the button is clicked and the new window opens. Any thoughts?

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