<?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: Lazy Decoding &#8216;e4x like&#8217; features with Xml Remoting 4.0</title>
	<atom:link href="http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lazy-decoding-xml-remoting-40</link>
	<description>Lost In Actionscript</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How to bulk publish FLA&#8217;s ? &#187; Lost In Actionscript &#8211; Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-2451</link>
		<dc:creator>How to bulk publish FLA&#8217;s ? &#187; Lost In Actionscript &#8211; Shane McCartney</dc:creator>
		<pubDate>Fri, 05 Mar 2010 22:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-2451</guid>
		<description>[...] file for publishing with the Grant Skinner&#039;s JSFL from an existing Flash project file. I used my XmlRemoting classes to read the XML in the Flash Project File then output in Flash the schema text, which you can copy [...]</description>
		<content:encoded><![CDATA[<p>[...] file for publishing with the Grant Skinner&#39;s JSFL from an existing Flash project file. I used my XmlRemoting classes to read the XML in the Flash Project File then output in Flash the schema text, which you can copy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: photon</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-927</link>
		<dc:creator>photon</dc:creator>
		<pubDate>Mon, 19 May 2008 17:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-927</guid>
		<description>just come back to check your site. seem like you&#039;ven&#039;t update your blog for a long time. ^^

Anyway thank  you for your answer. :) Hope that you&#039;ll be back soon.</description>
		<content:encoded><![CDATA[<p>just come back to check your site. seem like you&#8217;ven&#8217;t update your blog for a long time. ^^</p>
<p>Anyway thank  you for your answer. :) Hope that you&#8217;ll be back soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-747</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Thu, 20 Dec 2007 09:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-747</guid>
		<description>Hi Photon

thanks for point that out to me. I made an update to the download links above so this should work for you now.

I tested : 
gallery.people[0].album[0].photo[0].thumb

and 

e.value.data.gallery.people[0].album[1].photo.length

Shane M</description>
		<content:encoded><![CDATA[<p>Hi Photon</p>
<p>thanks for point that out to me. I made an update to the download links above so this should work for you now.</p>
<p>I tested :<br />
gallery.people[0].album[0].photo[0].thumb</p>
<p>and </p>
<p>e.value.data.gallery.people[0].album[1].photo.length</p>
<p>Shane M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: photon</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-744</link>
		<dc:creator>photon</dc:creator>
		<pubDate>Fri, 14 Dec 2007 03:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-744</guid>
		<description>Thank you for your concern. ^^

I try to use lazyDecoding  = true but still can&#039;t access it.

this is my xml path http://www.bangkok2.com/photon/montes.xml

Now I have to write code like this
gallery = e.value.data.gallery;
trace(&quot;album1 photo 0 thumb &quot;+gallery.people[0].album[1].photo.thumb); //because album[1] has only on photo

trace(&quot;album0 photo 0 thumb =&quot;+gallery.people[0].album[0].photo[0].thumb); //because album[0] have more than one photos 

If should be great, if I can access all of it by using gallery.people[n].album[j].photo[k].thumb    
even it has only 1 node length.

Thanks for you help.</description>
		<content:encoded><![CDATA[<p>Thank you for your concern. ^^</p>
<p>I try to use lazyDecoding  = true but still can&#8217;t access it.</p>
<p>this is my xml path <a href="http://www.bangkok2.com/photon/montes.xml" rel="nofollow">http://www.bangkok2.com/photon/montes.xml</a></p>
<p>Now I have to write code like this<br />
gallery = e.value.data.gallery;<br />
trace(&#8220;album1 photo 0 thumb &#8220;+gallery.people[0].album[1].photo.thumb); //because album[1] has only on photo</p>
<p>trace(&#8220;album0 photo 0 thumb =&#8221;+gallery.people[0].album[0].photo[0].thumb); //because album[0] have more than one photos </p>
<p>If should be great, if I can access all of it by using gallery.people[n].album[j].photo[k].thumb<br />
even it has only 1 node length.</p>
<p>Thanks for you help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-743</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 13 Dec 2007 23:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-743</guid>
		<description>Love your work, you rock!</description>
		<content:encoded><![CDATA[<p>Love your work, you rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-742</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Thu, 13 Dec 2007 23:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-742</guid>
		<description>Hi Photon
Are you using the parameter lazyDecoding = true ?
This should resolve it.

If not send through the XML path or file so I can test.

Shane M</description>
		<content:encoded><![CDATA[<p>Hi Photon<br />
Are you using the parameter lazyDecoding = true ?<br />
This should resolve it.</p>
<p>If not send through the XML path or file so I can test.</p>
<p>Shane M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: photon</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-740</link>
		<dc:creator>photon</dc:creator>
		<pubDate>Thu, 13 Dec 2007 18:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-740</guid>
		<description>Thank you very much for you distribution. But I have a big problem about your xml remoting when I try to get data from node that has only 1 length like


         1.jpg

I can aceess photo value by using album.photo but
I can&#039;t access it by album[0].photo[0]  

That&#039;s a big problem cos I don&#039;t know how length of data will come with dynamic xml generated by php.   if data has 1 length so I have to use album.photo instead. 

Sorry, if I make stupid comment and my poor english skill. I&#039;m your big fan!</description>
		<content:encoded><![CDATA[<p>Thank you very much for you distribution. But I have a big problem about your xml remoting when I try to get data from node that has only 1 length like</p>
<p>         1.jpg</p>
<p>I can aceess photo value by using album.photo but<br />
I can&#8217;t access it by album[0].photo[0]  </p>
<p>That&#8217;s a big problem cos I don&#8217;t know how length of data will come with dynamic xml generated by php.   if data has 1 length so I have to use album.photo instead. </p>
<p>Sorry, if I make stupid comment and my poor english skill. I&#8217;m your big fan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-689</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 16 Oct 2007 11:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-689</guid>
		<description>thanks alot for this</description>
		<content:encoded><![CDATA[<p>thanks alot for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-688</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 16 Oct 2007 11:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-688</guid>
		<description>Thanks so much for this it is nice!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this it is nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/19/lazy-decoding-xml-remoting-40/comment-page-1/#comment-622</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Tue, 24 Jul 2007 13:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/19/lazy-decoding-xml-remoting-40/#comment-622</guid>
		<description>No Jim, I won&#039;t as e4x is a better option as I believe</description>
		<content:encoded><![CDATA[<p>No Jim, I won&#8217;t as e4x is a better option as I believe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.844 seconds -->

