2 Replies Latest reply: Jul 23, 2010 2:22 PM by mringuk RSS

    Flash Button popup sized window

    mringuk

      Hi everyone,

      I'm trying to open a sized Window from a button within flash and using  the follow actionscript:

      on (release) {
      getURL("javascript:newWindow=window.open('http://www.xxxxxx.co.uk/services/xxxx.html','popper1','width=807,height=607');
      newWindow.focus();void(0);");
      }

      However I'm getting the following errors; for the red script: string literal was not properly terminated and for  the blue script: ')' or ',' expected

      Any help would be appreciated

      Mike