I was trying the pop up window code in flash and it works well,

on (release) {
getURL("javascript:window.open('file to be oppened',new Date().getTime(),'width=600,height=450,top=0,left= 0'); void(0);");
}

but my original page loses the flash images once the button is clicked and the new window opens. Any thoughts?