Tema: Precarga
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/03/2008, 08:29
Avatar de rustty
rustty
 
Fecha de Ingreso: junio-2005
Mensajes: 68
Antigüedad: 18 años, 10 meses
Puntos: 1
Re: Precarga

creo que con esto te bastaria

bytes_cargados = _root.getBytesLoaded();
bytes_total = _root.getBytesTotal();

porciento = Math.floor((bytes_cargados/ bytes_total)*100);

cambiar
estadisticas_txt.text ="cargando......";

por
estadisticas_txt.html = true;
estadisticas_txt.htmlText ="cargando......<br /> porciento % cargado";