eddietheeagle
03-08-2006, 12:54 AM
Hi all I have flash buttons (thumbnails), when users click a window is opened with the larger image. I tried with this code but it didn't work,I am aware that with flash 8 there are some problems anyway with windows but I will publish and export with flash 5 settings thanks for any pointers:
on (release) {
getURL ("javascript:Window.open('P38.JPG','toolbar=no,locat ion=no,status=no ,menubar=no, scrollbars=no, resizable=no,width=375, height=500')");
}
on (release) {
getURL ("javascript:Window.open('P38.JPG','toolbar=no,locat ion=no,status=no ,menubar=no, scrollbars=no, resizable=no,width=375, height=500')");
}