Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/10/2005, 14:02
Avatar de bernethe
bernethe
 
Fecha de Ingreso: abril-2004
Ubicación: San José, Costa Rica
Mensajes: 384
Antigüedad: 20 años
Puntos: 2
Pon este Código en el el frame, y me dices si te sirvió...:

Código:
var mxml:XML = new XML();
mxml.ignoreWhite = true;
mxml.load("http://www.viruslist.com/en/rss/weather");
mxml.onLoad = function(ok) {
	if (ok) {
		trace(mxml.firstChild.childNodes[0].childNodes[3].childNodes[0]);
	}
};
__________________
..::BERNETHE::..