Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/08/2006, 05:38
sergiolo28
 
Fecha de Ingreso: agosto-2006
Mensajes: 2
Antigüedad: 17 años, 7 meses
Puntos: 0
Problema con carga de texto externo

el problema es que no se me carga el texto completo.
Este es el codigo:
System.useCodepage = true;
loadText = new LoadVars();
loadText.load("texto.txt");
loadText.onLoad = function(success) {
if (success) {
texto.html = true;
texto.htmlText = this.textoAfuera;
}
};
Y en el campo de texto tengo puesto Dynamic Text, multiline, y el boton de Render as a HTML.
Luego, cuando exporto el flash, no se ve el texto completo, se corta a la mitad y la barra no me deja bajar mas, no se que hacer, a ver si alguien me puede ayudar, gracias