How I pop Window Up in Flash
posted on 13 Nov 2007 16:46 by ifevernet in 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);");
}
Thanks : http://www.flash-db.com/PopUp/JavaScriptPopUp.php?page=2
edit @ 22 Nov 2007 11:58:18 by ifevernet.com
Tags: flash, popup0 Comments