Hola amigo aqui te dejo el código que pides
Cita: imagen=Int(this.getBytesLoaded()/1024);
total=Int(this.getBytesTotal()/1024);
porcentaje=Int((imagen*100)/total);
barrita._xscale=porcentaje;
frase=porcentaje+ "% CARGADO . . .";
if (imagen<total) {
gotoAndPlay(1);
}
tienes que tener un texto dinámico con nombre de variable frase
espero que te sea de utilidad, un saludo