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