Cita:
como veran creo un MC llamado "preload" que contiene a "texto_txt" y a otro MC "contenedor".depth=getNextHighestDepth();
_root.createEmptyMovieClip("preload",dep th);
_root.preload.createEmptyMovieClip("contenedo r",depth);
_root.preload._x=0;
_root.preload._y=500;
loadMovie("ondas_sinpreload.swf",_root.p reload.contenedor);
//_root.preload.contenedor.loadMovie("tumovie.s wf");
preload.createTextField("texto_txt",1,50 ,50,50,50);
//preload.texto_txt.text = "el zorro";
preload._visible=false;
preload.onEnterFrame=function(){
bl=contenedor.getBytesLoaded();
bt=contenedor.getBytesTotal();
if (bl>=bt && bl>4){
this._visible=false;
}else{
this._visible=true;
texto_txt.text=Math.floor(bl*100/bt)+"%"; }
}
_root.createEmptyMovieClip("preload",dep th);
_root.preload.createEmptyMovieClip("contenedo r",depth);
_root.preload._x=0;
_root.preload._y=500;
loadMovie("ondas_sinpreload.swf",_root.p reload.contenedor);
//_root.preload.contenedor.loadMovie("tumovie.s wf");
preload.createTextField("texto_txt",1,50 ,50,50,50);
//preload.texto_txt.text = "el zorro";
preload._visible=false;
preload.onEnterFrame=function(){
bl=contenedor.getBytesLoaded();
bt=contenedor.getBytesTotal();
if (bl>=bt && bl>4){
this._visible=false;
}else{
this._visible=true;
texto_txt.text=Math.floor(bl*100/bt)+"%"; }
}
NOSE NOSE pero me trae loco.
Any response is welcome.
PD;este es el website DEL me da -Non a Number- NaN%