this.onEnterFrame=function(){
car=this.pic.getBytesLoaded()
tot=this.pic.getBytesTotal()
perc_number=(car/tot)*100;
perc_round=Math.round(perc_number);
perc.text=perc_round+"%";
if(car == tot && car > 1024){
[code]
}
adesso devi istanziare il tuo campo di testo perc e incorporare il testo Numerico aggiungendo il simbolo %
![]()