Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/07/2006, 16:27
C4r0nT3
 
Fecha de Ingreso: julio-2006
Mensajes: 49
Antigüedad: 17 años, 9 meses
Puntos: 0
yo utilizo este en flash 8 y no me da problemas;

onClipEvent (enterFrame) {
porcentajeTotal = _root.getBytesTotal();
porcentajeCargado = _root.getBytesLoaded();
porcentaje = Math.round((porcentajeCargado/porcentajeTotal)*100)+ "%";
this.gotoAndPlay(porcentaje);
if (porcentaje>=100) {
_root.gotoAndStop(2);
}
}

SUPONGO QUE POR LA SIMPLICIDAD. xD

Salu2