Launch Window form Flash

Out of context: Reply #2

  • Started
  • Last post
  • 3 Responses
  • Jnr_Madison0

    Found it..

    React
    You can also dump all the code on a button like so

    on (release) {
    getURL("javascript:NewWin
    dow=window.open('ShowPopu
    p.php','newWin','width=34
    0,height=160,top='+((scre
    en.height/2)-(160/2))+',l
    eft='+((screen.width/2)-(
    "340/2))+',toolbar=No,loc
    ation=No,scrollbars=No,st
    atus=No,resizable=No,full
    screen=No'); NewWindow.focus();void(0)
    ;");
    }

    The code above also lets you centre the window, just need to adjust to whatever size you want and change the numbers.

    Jnr_Madison
    (apr 21 03)

View thread