inserisci nel html questo javascript:
ciao :tongue:codice:function newSize(datoX,datoY) { if(document.all && !document.getElementById) { document.all['miFlash'].style.pixelWidth = datoX; document.all['miFlash'].style.pixelHeight = datoY; }else{ document.getElementById('miFlash').style.width = datoX; document.getElementById('miFlash').style.height = datoY; } } <BODY onLoad="javascript:newSize(1,1);"> //nel flash richiami cosi getURL("javascript:newSize(200, 80)");

Rispondi quotando