Ciao!

ho messo
codice:
on (release) { 
getURL ("javascript:window.open('nomepagina1.html','nomedellafinestra','width=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);"); 
}
per aprire la pop up...

poi nell'head della pop up ho messo:

codice:
<script language="JavaScript"> 
   function loadurl(url){ 
   window.creator.location=url 
   window.close() 
} 
</script>
nel pulsante in Flash della pop up ho messo:
codice:
on mouse(release){ 
   GetURL("javascript:loadurl('nomepagina2.htm');","_top"); 
}
come mai non funzia???