Ciao a tutti ho utilizzato questo codice preso da flashmx.it per l'apertura di popup da flash:
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);");
}
nel pulsante metto
on(release){
centra('programmi/expander.html','finestra',700,600,'status=yes');
}
DOVE DEVO MDIFICARE IL CODICE PER FARE IN MODO DA AVERE LA SROLLBAR????
Grazie![]()

Rispondi quotando
