Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/04/2005, 11:06
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta MALTOS me puedes explicar esto que hiciste?

que tal maltos recurro a vos porque hace dias vi un precarga que hiciste muy interesante, este es el codigo:

onClipEvent (enterFrame) {
with (this._parent) {
porcentaje = Math.round((getBytesLoaded()/getBytesTotal())*100);
porcentaje_txt.text = "Cargando "+Math.round(getBytesTotal()/1024)+" Kb "+porcentaje+"%";
if(porcentaje == 100){
this._parent.gotoAndPlay(_currentframe+1);
}
}
}

el problema es que cuando la pongo en un swf me hace una pausa y luego aparece en un 50%...........que debo agregarle para que no pase esto?

saludos
__________________
Diseñador Gráfico publicitario