hey there boys and girls! 
so, a friend is making a website in flash using actionscript 2.
he has a splash page in flash with a button on it that he wants, when clicked, to open the main website in a new window without the toolbar.
the code we found is the following:
he added that to his button but he got a syntax error out of it...
any ideas on how to make this work?
i suggested a simple html page cause his splash page doesn't really do much but he has to do it in flash...
thank you!
so, a friend is making a website in flash using actionscript 2.
he has a splash page in flash with a button on it that he wants, when clicked, to open the main website in a new window without the toolbar.
the code we found is the following:
Code:
on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php','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);");
}
he added that to his button but he got a syntax error out of it...
any ideas on how to make this work?
i suggested a simple html page cause his splash page doesn't really do much but he has to do it in flash...
thank you!