Tema: scrollbar
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/09/2003, 21:13
Avatar de BeN
BeN
 
Fecha de Ingreso: agosto-2003
Ubicación: Mexico, D.F.
Mensajes: 281
Antigüedad: 20 años, 8 meses
Puntos: 0
yo lo hago asi, y funciona muy bien mira :

:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::
loadVariablesNum("contenido.txt", 0);

_root.createEmptyMovieClip("carga",0);

carga.onEnterFrame=function(){
trace("cargando");
if (texto <> undefined){
noticia.text=texto;
trace("cargado");
delete this.onEnterFrame;
}
}
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::

"texto" es una variable que esta en mi archivo contenido.txt
"noticia" es el nombre de instancia de mi cuadro de texto.


... en mi txt aparece esto:

texto=" letras letras letrasdas sdasaklslasdj";

pruebalo y espero funcione...
__________________
...everything under the sun is in tune
But the sun is eclipsed by the moon.