19/04/2007, 11:28
|
| | | Fecha de Ingreso: marzo-2004 Ubicación: A Coruña
Mensajes: 177
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Re: Precarga inici al 60% :( frame 2: Cita: a = getBytesTotal();
b = getBytesLoaded();
c = (b/a)*100;
if (c<100) {
gotoAndPlay(1);
}
_root.loadVar._xscale=c
_root.loadText =Math.round(c)+" %"; |