getURL : OFFLINE

hello,

I have a swf on a CD with fallowing button :

on (release) {
image="’./myFolder/1.JPG’";
getURL (“javascript:NewWindow=window.open(”+image+",‘newWin’,‘width=512,height=384,left=10,top=10,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No’); NewWindow.focus(); void(0);");

}

on my web page, this button works perfectly and opens the image in a new window. but on the CD nothing happens, not even a new window is opened.

why doesn’t this AS work OFFLINE ? :tired:

thanks for your help!