<?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: XMLLoader Class 3.0</title>
	<atom:link href="http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/</link>
	<description>Flash, Flex &#38; ActionScript Tutorials</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stryju</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-19963</link>
		<dc:creator>stryju</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-19963</guid>
		<description>i&#039;ve just read the attached example, which misslead u..

@author:
fix the attached sample code in main class file</description>
		<content:encoded><![CDATA[<p>i&#8217;ve just read the attached example, which misslead u..</p>
<p>@author:<br />
fix the attached sample code in main class file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stryju</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-19962</link>
		<dc:creator>stryju</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-19962</guid>
		<description>yup, You&#039;re making a mistake there:

loadXML() method uses 2 arguments only - loadXML($url:Array, $names:Array)

You&#039;ve mixed it up with class constructor arguments - 
XMLLoader([$url:Array, $cache:Boolean, $names:Array, $skipErrors:Boolean])</description>
		<content:encoded><![CDATA[<p>yup, You&#8217;re making a mistake there:</p>
<p>loadXML() method uses 2 arguments only &#8211; loadXML($url:Array, $names:Array)</p>
<p>You&#8217;ve mixed it up with class constructor arguments &#8211;<br />
XMLLoader([$url:Array, $cache:Boolean, $names:Array, $skipErrors:Boolean])</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-19562</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-19562</guid>
		<description>Hi iam trying to call the XMLloader class from a flash file. Here the example:
import flash.display.*;
import flash.events.*;

var xl:XMLLoader;
var array:Array;
xl = new XMLLoader();
array = new Array();
xl.addEventListener(Event.COMPLETE, loaded);
xl.addEventListener(ProgressEvent.PROGRESS, loading);

xl.loadXML([&quot;http://flashden.net/feeds/user_item_comments/cg219.atom&quot;, &quot;http://feeds2.feedburner.com/kreativeking?format=xml&quot;], [&quot;xml1&quot;, &quot;xml2&quot;], false);


function loaded(e:Event):void {
	trace(e.target.data[&quot;xml1&quot;]);
}

function loading(e:ProgressEvent):void {
	trace(e.target.ratioLoaded);
}

I get this error:
xl.loadXML([&quot;http://flashden.net/feeds/user_item_comments/cg219.atom&quot;, &quot;http://feeds2.feedburner.com/kreativeking?format=xml&quot;], [&quot;xml1&quot;, &quot;xml2&quot;], false);
1137: Incorrect number of arguments.  Expected no more than 2.

Is there something I am doing wrong. please let me know.

Thanx</description>
		<content:encoded><![CDATA[<p>Hi iam trying to call the XMLloader class from a flash file. Here the example:<br />
import flash.display.*;<br />
import flash.events.*;</p>
<p>var xl:XMLLoader;<br />
var array:Array;<br />
xl = new XMLLoader();<br />
array = new Array();<br />
xl.addEventListener(Event.COMPLETE, loaded);<br />
xl.addEventListener(ProgressEvent.PROGRESS, loading);</p>
<p>xl.loadXML(["http://flashden.net/feeds/user_item_comments/cg219.atom", "http://feeds2.feedburner.com/kreativeking?format=xml"], ["xml1", "xml2"], false);</p>
<p>function loaded(e:Event):void {<br />
	trace(e.target.data["xml1"]);<br />
}</p>
<p>function loading(e:ProgressEvent):void {<br />
	trace(e.target.ratioLoaded);<br />
}</p>
<p>I get this error:<br />
xl.loadXML(["http://flashden.net/feeds/user_item_comments/cg219.atom", "http://feeds2.feedburner.com/kreativeking?format=xml"], ["xml1", "xml2"], false);<br />
1137: Incorrect number of arguments.  Expected no more than 2.</p>
<p>Is there something I am doing wrong. please let me know.</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Actionscript 3] Condivisione array tra pi</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-11950</link>
		<dc:creator>[Actionscript 3] Condivisione array tra pi</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-11950</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create an RSS Reader With a Custom XMLLoader Class &#124; rapid-DEV.net</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-2992</link>
		<dc:creator>Create an RSS Reader With a Custom XMLLoader Class &#124; rapid-DEV.net</dc:creator>
		<pubDate>Sun, 14 Jun 2009 20:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-2992</guid>
		<description>[...] of you who&#8217;ve already downloaded the Flashtuts+ freebie XMLLoader Class 3.0 will know what a handy tool it can be. In this screencast, its author Clemente Gomez will take you [...]</description>
		<content:encoded><![CDATA[<p>[...] of you who&#8217;ve already downloaded the Flashtuts+ freebie XMLLoader Class 3.0 will know what a handy tool it can be. In this screencast, its author Clemente Gomez will take you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clemente G</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-2197</link>
		<dc:creator>Clemente G</dc:creator>
		<pubDate>Wed, 27 May 2009 10:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-2197</guid>
		<description>What kind of issues are you having? Email me at me [at] kreativeking.com. There is an update coming soon in the next coming weeks.</description>
		<content:encoded><![CDATA[<p>What kind of issues are you having? Email me at me [at] kreativeking.com. There is an update coming soon in the next coming weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-2063</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 23 May 2009 15:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-2063</guid>
		<description>I&#039;ve noticed when I use this class online it&#039;s having issues loading multiple xml files at once.  Any updates?  Thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed when I use this class online it&#8217;s having issues loading multiple xml files at once.  Any updates?  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create an RSS Reader With a Custom XMLLoader Class &#124; Misr IT Reader</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-1953</link>
		<dc:creator>Create an RSS Reader With a Custom XMLLoader Class &#124; Misr IT Reader</dc:creator>
		<pubDate>Thu, 21 May 2009 05:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-1953</guid>
		<description>[...] of you who&#8217;ve already downloaded the Flashtuts+ freebie XMLLoader Class 3.0 will know what a handy tool it can be. In this screencast, its author Clemente Gomez will take you [...]</description>
		<content:encoded><![CDATA[<p>[...] of you who&#8217;ve already downloaded the Flashtuts+ freebie XMLLoader Class 3.0 will know what a handy tool it can be. In this screencast, its author Clemente Gomez will take you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create an RSS Reader With a Custom XMLLoader Class &#124; CgBaran Tuts</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-1357</link>
		<dc:creator>Create an RSS Reader With a Custom XMLLoader Class &#124; CgBaran Tuts</dc:creator>
		<pubDate>Thu, 14 May 2009 18:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-1357</guid>
		<description>[...] of you who’ve already downloaded the Flashtuts+ freebie XMLLoader Class 3.0 will know what a handy tool it can be. In this screencast, its author Clemente Gomez will take you [...]</description>
		<content:encoded><![CDATA[<p>[...] of you who’ve already downloaded the Flashtuts+ freebie XMLLoader Class 3.0 will know what a handy tool it can be. In this screencast, its author Clemente Gomez will take you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego SA</title>
		<link>http://active.tutsplus.com/freebies/actionscript-30-classes/xmlloader-class-30/comment-page-1/#comment-1004</link>
		<dc:creator>Diego SA</dc:creator>
		<pubDate>Tue, 28 Apr 2009 21:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=472#comment-1004</guid>
		<description>Hmmm.... Interesting. Gonna check it later!</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;. Interesting. Gonna check it later!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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