Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/08/2006, 10:18
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Hola sergiolo28:
Si tienes tu campo de texto con las opciones: Mutilínea, Generar texto como HTML y la variable es por ejemplo: texto.
Escribe el código así:
System.useCodepage = true;
loadText = new LoadVars();
loadText.load("texto.txt");
loadText.onLoad = function(success) {
if (success) {
texto = loadText.texto;
}
};

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/