Ciao
sto lanciando una popup da flash con il seguente script:

on (release) {
getURL ("javascript:NewWindow=window.open('popoup.html',' titolo','width=400,height=400,left=0,top=0,toolbar =No,location=No,scrollbars=No,status=No,resizable= No,fullscreen=No'); NewWindow.focus(); screen_height = window.screen.availHeight; screen_width = window.screen.availWidth; left_point = parseInt(screen_width/2)-(820/2); top_point = parseInt(screen_height/2)-(520/2); setTimeout('NewWindow.moveTo(left_point,top_point) ',100); void(0);");
}


Funziona perfettamente su firefox e safari mac, e firefox win ma non su explorer...perchèèèè !!!!

Qualcuno mi aiuta a capire per favore