A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: AS2 Open new window

Threaded View

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    12

    AS2 Open new window

    I'm sorry to have to ask this as I know there are many tutorials out there on how to do this, but using as2 how can I open a new browser window when a button is clicked, that is sized to specific dimensions?

    The reason I ask is because every bit of code I tried to use did absolutely nothing, when I clicked on the button nothing happened. This is the code I'm trying to use at the moment

    Code:
    getURL ("javascript:NewWindow=window.open('master.html','Title','width=1024,height=614,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');  NewWindow.focus();      void(0);");
    I'm using flash CS4, flash player 10 and actionscript 2
    Please Help!
    Last edited by AffinityFX; 03-02-2009 at 05:44 PM.

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