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