Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/04/2009, 13:56
bscdesing
 
Fecha de Ingreso: noviembre-2008
Ubicación: en tagsstudio
Mensajes: 92
Antigüedad: 15 años, 11 meses
Puntos: 0
como saco la "ñ"

Hola amigos time sin veros, este ps resulta que tengo este codigo y no me sale la letra "Ñ" me ayudar!!

Código:
var texto_lv:LoadVars = new LoadVars();
texto_lv.onLoad = function(exito) {
	if (exito) {
		var texto_str:String = new String();
		texto_str = unescape(texto_lv.toString());
		txt.texto.text = texto_str.substr(0, texto_str.length-24);
	} else {
		txt.clip1.titulo.text = "El texto no se pudo cargar";
	}
};
texto_lv.load("textos/reflexion.txt");
gracias de antemano