Question
Define a new window size not working on Macs, is there a workaround?
Hi everyone,
I've currently got some thumbnails that open a new browser window. Here's the code I'm using in my movie:
Launch_mc.onRelease = function() {
getURL("javascript:var windowHnd=window.open('Print/Kaiju1.html','Kaiju','width=1024,height=663');");
}
Unfortunately it doesn't work for macs. Does anyone know the workaround?
I've currently got some thumbnails that open a new browser window. Here's the code I'm using in my movie:
Launch_mc.onRelease = function() {
getURL("javascript:var windowHnd=window.open('Print/Kaiju1.html','Kaiju','width=1024,height=663');");
}
Unfortunately it doesn't work for macs. Does anyone know the workaround?