Flash with Javascript popup window

Discussion in 'JavaScript' started by bawany, Jun 2, 2010.

  1. #1
    Hello, i have made a menu navigation on Flash, and wanted to open a JS popup on click of flash navigation, how can i get it done ?

    thanks
     
    bawany, Jun 2, 2010 IP
  2. adrevol

    adrevol Active Member

    Messages:
    124
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    on (release) {
    getURL ("javascript:NewWindow=window.open('pagename.xxxxx','newWin','width=400,height=300,left=0,top=0,
    toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus();
    void(0);");
    }


    This might help you ...
     
    adrevol, Jun 14, 2010 IP