22/03/2008, 08:29
|
| | | Fecha de Ingreso: junio-2005
Mensajes: 68
Antigüedad: 19 años, 5 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"; |