Ciao a tutti,
potreste aiutarmi a cambiare questo codice (che funziona con Flash 5) affinchè vada bene per Flash 8 ???
codice inserito nel fotogramma:
Codice PHP:
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);");
{
codice inserito nel pulsante che aprirà la pop-up:
on (release) {
centra('foto.html','mia',420,342,'scrollbars=no');
}
grazieeeeeeeeee!!!!
joba