Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/08/2004, 15:29
Avatar de mrgubu
mrgubu
 
Fecha de Ingreso: febrero-2002
Ubicación: Granada
Mensajes: 431
Antigüedad: 22 años, 2 meses
Puntos: 2
Mmmmm... no termina de funcionar.
Solo hay señal de que algo se mueve si le llamo "texto" al movie clip, al texto dinámico y a la variable, y hago en el stage principal:

_root.loadVariables("texto.txt");
system.useCodePage = true; //permite usar acentos

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


Sólo en este caso, el swf muestra:

_level0.texto.texto

Como veréis, estoy bastante pegado de flash , a ver si podéis echarme una mano que termine de armarlo.