Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/12/2006, 09:59
Avatar de bernethe
bernethe
 
Fecha de Ingreso: abril-2004
Ubicación: San José, Costa Rica
Mensajes: 384
Antigüedad: 20 años
Puntos: 2
Re: acentos desde xml -flash

Trata poniendo esta línea(la que está en rojo)
Código:
System.useCodepage = true;
fichero = new XML();
fichero.ignoreWhite = true;
titulo = new String(fichero.firstChild.attributes.tittle);
trace(titulo);
__________________
..::BERNETHE::..