Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2008, 10:49
Avatar de oppjpp
oppjpp
 
Fecha de Ingreso: octubre-2007
Mensajes: 304
Antigüedad: 16 años, 6 meses
Puntos: 2
Respuesta: crear preloader con porcentaje

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