Salve a tutti.....

Premetto che non sono esperto di Flash...
Da Flash 8 devo salvare in "Flash Mx" questo comando (apro una finestra centrata)...altrimenti salvando in flash 8 mi da errore.

on (release) {
uUrl = "http://www.miosito.com/aprifinestra.html";
wdth = "640";
hdth = "480";
getURL ("javascript:window.open('"add uUrl add" ','nName','width=" add
wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add
hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add
")+',scrollbars=yes')); void(0);");
}

quali modifiche devo fare per salvare in Flash 8 ? :master:

Grazie 1000