que tal? no soy capaz de cargar los datos de un nodo xml. os pongo el ejemplo a ver que hago mal...
FLASH
Código:
y el xml devuelve lo siguiente:
info=new XML();
info.ignoreWhite = true;
System.useCodepage=true
nodes= info.firstChild
info.load("phpLoads/loadNoticias.php");
trace(nodes);
Código:
que hago mal para no leer el xml? el trace me da NULL<noticia idnoticia="147" imagen="noticias/archivos/1173957985.jpg" /> <noticia idnoticia="146" imagen="noticias/archivos/1173957986.jpg" />
saludos,
ferranWEB

