Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/08/2004, 05:15
Avatar de mrgubu
mrgubu
 
Fecha de Ingreso: febrero-2002
Ubicación: Granada
Mensajes: 431
Antigüedad: 22 años, 2 meses
Puntos: 2
No consigo hacerlo funcionar. El movie clip se llama movietexto, y la variable se llama texto:

Pongo en el stage principal:

_root.loadVariables("texto.txt");

Seguido del código de TortugaChat:

VariableCargada.onLoad = function() {
movietexto.texto.html=false;
movietexto.texto.text=VariableCargada.Contenido;
};

Supongo que "Contenido" hay que cambiarlo por algo...