when i run my swf over the net it works great but when i publish as flash projector it doesnt work.

heres the problem

my site opens a pop up. this is so i can get around resolution differences i thought a pop up with my site in was a good idea . i have to say i liek it like this.
problem..running the projector file the pop up wont load. im using this script to open the popup

on (release) {
getURL("javascript:NewWindow=window.open(my site address or swf','myWindow','width=1024,height=600,left=001,to p=001,toolbar=No,location=No,scrollbars=No,status= No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}

any helpeternally gratefull