ciao.. ho trovato nel forum questo script:
nell'swf1 al primo fotogramma inserisco:
codice:
Movieclip.prototype.centra = function(nome,titolo,lar,alt,feat){
getURL("javascript:var x = Math.round((screen.width/2)-(" + lar + "/2));var y=((screen.height/2)-(" + alt + "/2));window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=' + x + ',left=' + x + ',screenY=' + y + ',top=' + y + '," + feat + "');void(0);");
}
al pulsante entra aggiungo questo cod:
on( release ){
centra ("lost.htm","mia",1000,600,"status=yes")
}
non funziona avete qualche idea del perchè??