11/09/2003, 21:13
|
| | | Fecha de Ingreso: agosto-2003 Ubicación: Mexico, D.F.
Mensajes: 281
Antigüedad: 21 años, 5 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. |