Ciao ragazzi, ho un problema con i pop up da flash.
Allora, nel primo frame del filmato ho inserito
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 + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=" + x + ",left=" + x + ",screenY=" + y + ",top=" + y + "," + feat + "');void(0);");
}
e ai miei tasti
on (release) {
centra('pagina.html','titolo',760, 420,'status=no');
}
Naturalmente ho dato come titolo 2 nomi diversi a seconda del pulsante...
E allora perché IE non mi apre proprio niente!?!
![]()