A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pop up window gens no longer work?

  1. #1
    Junior Member
    Join Date
    Mar 2005
    Location
    Indiana
    Posts
    6

    Pop up window gens no longer work?

    I'm using version 4 release 6 and not having any luck at all creating a 500 x 600 pop up window (directing to html file) using the code generators in the forum. Constantly getting "missing bracket ')' on line1" errors.

    I've tried using these codes pasted in IE Commands and Instructions/ "openURL"

    Any workarounds for such a simple command?

    Thanks!

  2. #2
    Member
    Join Date
    Jul 2007
    Posts
    91
    You can use javascript:

    Actionscript Code:
    getURL("javascript:NewWindow=window.open('http://3dh-gallery.com/efekty/zegar', 'poczta', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=500,height=500,left=120,top=120').focus();void(0);");

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