I was looking through an old thread on pop up windows that suggested a FLASH KIT tutorial. I thought it would be great to have the code inside of Flash instead of the HTML file but…
this code
imaged.onRelease = function() {
getURL (“javascript:NewWindow=window.open(‘JasperPoolZ.jpg’,‘newWin’,‘width=186,height=270,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,res
izable=No,fullscreen=No’); NewWindow.focus();
void(0);”);
}
gives me this error message
toolbar=No,location=No,scrollbars=No,status=No,res
izable=No,fullscreen=No’); NewWindow.focus();
Symbol=images, Layer=zoomactions, Frame=10: Line 4: ‘;’ expected
void(0);");
any idea what I’m doing wrong?