25/07/2006, 16:27
|
| | Fecha de Ingreso: julio-2006
Mensajes: 49
Antigüedad: 18 años, 3 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 |