Grazie mille,

solo che cosi si piante flash

codice:
tot = _root.getBytesTotal();
car = _root.getBytesLoaded();
perc = Math.round(car/tot*10000);
_root.lancetta._rotation += Math.PI*perc/360;
_root.lancetta1._rotation -= Math.PI*perc/80;
progres = Math.round((car*100)/tot);
_root.lancetta._alpha=progres;
if (car>=tot) {
    _root.gotoAndPlay(2);
}