<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: [AS3] Cargando información Externa (XML)</title>
	<atom:link href="http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/</link>
	<description>Blog acerca de desarrollo orientado hacia Flash, Flex y Actionscript.</description>
	<lastBuildDate>Sat, 27 Feb 2010 04:04:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Lalo</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-157288</link>
		<dc:creator>Lalo</dc:creator>
		<pubDate>Sat, 20 Jun 2009 22:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-157288</guid>
		<description>otra mas que se me ocurre para sacar el error del for each, que dice que value no existe como propiedad es esto :

var nodes = xmlDoc.firstChild.childNodes;
nodes.forEach (MostrarDato);

function MostrarDato (item:*, index:int, array:Array):void {
    outPut.text += &quot;\nid: &quot; + item.attributes.id;
    outPut.text += &quot;\nlabel: &quot; + item.attributes.label;
    outPut.text += &quot;\n---------------------------------&quot;;
}

saludos</description>
		<content:encoded><![CDATA[<p>otra mas que se me ocurre para sacar el error del for each, que dice que value no existe como propiedad es esto :</p>
<p>var nodes = xmlDoc.firstChild.childNodes;<br />
nodes.forEach (MostrarDato);</p>
<p>function MostrarDato (item:*, index:int, array:Array):void {<br />
    outPut.text += &#8220;\nid: &#8221; + item.attributes.id;<br />
    outPut.text += &#8220;\nlabel: &#8221; + item.attributes.label;<br />
    outPut.text += &#8220;\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;;<br />
}</p>
<p>saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalo</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-157283</link>
		<dc:creator>Lalo</dc:creator>
		<pubDate>Sat, 20 Jun 2009 22:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-157283</guid>
		<description>falta esto 

 import flash.xml.XMLDocument;

genial tutorete!!</description>
		<content:encoded><![CDATA[<p>falta esto </p>
<p> import flash.xml.XMLDocument;</p>
<p>genial tutorete!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patricia</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-107459</link>
		<dc:creator>patricia</dc:creator>
		<pubDate>Tue, 17 Jun 2008 06:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-107459</guid>
		<description>Muchas gracias!! Muy bien explicado además! ;)</description>
		<content:encoded><![CDATA[<p>Muchas gracias!! Muy bien explicado además! <img src='http://klr20mg.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkRasseL Weblog &#187; Archivo del weblog &#187; AS3.0 y algunos tutoriales muy interesantes</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-14756</link>
		<dc:creator>DarkRasseL Weblog &#187; Archivo del weblog &#187; AS3.0 y algunos tutoriales muy interesantes</dc:creator>
		<pubDate>Fri, 06 Oct 2006 11:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-14756</guid>
		<description>[...] [AS3] FrameRate, Eventos y agregar elementos al Stage   [AS3] Cargando Información Externa. XML.   Drag and Drop con ActionScript 3.0 y Flash 9 [...]</description>
		<content:encoded><![CDATA[<p>[...] [AS3] FrameRate, Eventos y agregar elementos al Stage   [AS3] Cargando Información Externa. XML.   Drag and Drop con ActionScript 3.0 y Flash 9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josue</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-12182</link>
		<dc:creator>josue</dc:creator>
		<pubDate>Fri, 11 Aug 2006 04:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-12182</guid>
		<description>Hola es muy interesante y util el articulo.

Me interesa obtener datos de una BD a travez de java, Como puedo hacer esto???, he leido hacerca de openAMF     tambien serviria en este caso??</description>
		<content:encoded><![CDATA[<p>Hola es muy interesante y util el articulo.</p>
<p>Me interesa obtener datos de una BD a travez de java, Como puedo hacer esto???, he leido hacerca de openAMF     tambien serviria en este caso??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Más enlaces sobre AS3, Flash 9, Flex 2..</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-11708</link>
		<dc:creator>&#187; Más enlaces sobre AS3, Flash 9, Flex 2..</dc:creator>
		<pubDate>Sun, 16 Jul 2006 19:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-11708</guid>
		<description>[...] Algo de AS3   [AS3] FrameRate, Eventos y agregar elementos al Stage   [AS3] Cargando Información Externa. XML.   Drag and Drop con ActionScript 3.0 y Flash 9 [...]</description>
		<content:encoded><![CDATA[<p>[...] Algo de AS3   [AS3] FrameRate, Eventos y agregar elementos al Stage   [AS3] Cargando Información Externa. XML.   Drag and Drop con ActionScript 3.0 y Flash 9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kawoq</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-11665</link>
		<dc:creator>Kawoq</dc:creator>
		<pubDate>Thu, 13 Jul 2006 16:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-11665</guid>
		<description>Hola, interesante el proceso. Pero se puede hacer a la inversa?

Que de flash yo pueda guardar via xml en un documento en word y que se quede almacenado en una carpeta o ruta asignada.

Saludos.</description>
		<content:encoded><![CDATA[<p>Hola, interesante el proceso. Pero se puede hacer a la inversa?</p>
<p>Que de flash yo pueda guardar via xml en un documento en word y que se quede almacenado en una carpeta o ruta asignada.</p>
<p>Saludos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alrevez</title>
		<link>http://klr20mg.com/2006/07/11/as3-cargando-informacion-externa-xml/comment-page-1/#comment-11616</link>
		<dc:creator>alrevez</dc:creator>
		<pubDate>Tue, 11 Jul 2006 16:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://klr20mg.com/?p=109#comment-11616</guid>
		<description>Solamente gracias! muchas gracias</description>
		<content:encoded><![CDATA[<p>Solamente gracias! muchas gracias</p>
]]></content:encoded>
	</item>
</channel>
</rss>
