Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/09/2006, 14:19
Avatar de DarkskullDA
DarkskullDA
 
Fecha de Ingreso: julio-2006
Mensajes: 698
Antigüedad: 17 años, 9 meses
Puntos: 13
los mismo pero mas facil xD
Código:
carga.loadMovie("nombre.swf") 
control._visible=false 
control.onEnterFrame=function(){ 
var bl=carga.getBytesLoaded() 
var bt=carga.getBytesTotal() 
if (bl>=bt and bl>4){ 
delete this.onEnterFrame 
this._visible=false 
}else{ 
this._visible=true 
} 
}
en este caso es lo mismo lo unico q el mc control pones la animacion q quieres q salga y listo