MovieClip.prototype.centra = function(nome, titolo, lar, alt, feat) {
var w = System.capabilities.screenResolutionX/2;
var h = System.capabilities.screenResolutionY/2;
var x = Math.round(w-(lar/2));
var y = Math.round(h-(alt/2));
getURL("javascript:window.open('"+nome+"','"+titol o+"','width="+lar+",height="+alt+",screenX="+x+",l eft="+x+",screenY="+y+",top="+y+","+feat+"');void( 0);");
};

questo è sul primo frame...

on (release) {
centra('test.html', 'mia', 700, 300, 'status=yes');
}

questo sul bottone.

La pagina html non ha subito modifiche...
Flash Mx