Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/07/2003, 09:17
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 21 años, 10 meses
Puntos: 177
en tu MC pone lo siguiente:

onClipEvent(load){
total=_root.getBytesTotal();
}

onClipEvent(enterFrame){
actual=_root.getBytesLoaded();
_root.todo.graf.cubo._yscale=(actual*100)/total;

if (actual>=total) {
_root.gotoAndStop(_currentframe + 1);
}

variable_load=Math.round(actual/1024) + " kb of " + Math.round(total/1024) + "kb";
variable_info= "Faltan " + Math.round((total - actual)/1024) + " kb to go ";
variable_blah= "Tenemos el " + Math.round(actual*100/total) + " % cargado ";
variable_kb="estas bajando a " + Math.round((actual/(getTimer()/1000))/1024) + " kbps";
}

__________________
Desarrollos dosLotos
Calendario Maya, Meditación, Osho