<?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: Actionscript 3: Loading External Images</title>
	<atom:link href="http://www.davidpett.com/actionscript-3-loading-external-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpett.com/actionscript-3-loading-external-images/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 20:09:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcelo Bliss</title>
		<link>http://www.davidpett.com/actionscript-3-loading-external-images/comment-page-1/#comment-72</link>
		<dc:creator>Marcelo Bliss</dc:creator>
		<pubDate>Sat, 08 Aug 2009 15:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8001/?p=75#comment-72</guid>
		<description>that was exactly what I was looking for and works perfect.. thanks a lot!</description>
		<content:encoded><![CDATA[<p>that was exactly what I was looking for and works perfect.. thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidpett</title>
		<link>http://www.davidpett.com/actionscript-3-loading-external-images/comment-page-1/#comment-22</link>
		<dc:creator>davidpett</dc:creator>
		<pubDate>Wed, 27 May 2009 16:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8001/?p=75#comment-22</guid>
		<description>Are you getting any other error? Your code looks correct, and I just ran it and it worked for me.</description>
		<content:encoded><![CDATA[<p>Are you getting any other error? Your code looks correct, and I just ran it and it worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kakarlus</title>
		<link>http://www.davidpett.com/actionscript-3-loading-external-images/comment-page-1/#comment-20</link>
		<dc:creator>kakarlus</dc:creator>
		<pubDate>Wed, 27 May 2009 06:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8001/?p=75#comment-20</guid>
		<description>var loader = new Loader();
			loader.contentLoaderInfo.addEventListener(Event.COMPLETE, materialComplete);
			loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
			loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, materialProgress);
			var request:URLRequest = new URLRequest(material);
            try {
				loader.load(request);
			} catch (e) {
				stat.text = &quot;Error Loading File.&quot;;
			}

ioerrorevent does not trigger when the file is not found :S</description>
		<content:encoded><![CDATA[<p>var loader = new Loader();<br />
			loader.contentLoaderInfo.addEventListener(Event.COMPLETE, materialComplete);<br />
			loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);<br />
			loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, materialProgress);<br />
			var request:URLRequest = new URLRequest(material);<br />
            try {<br />
				loader.load(request);<br />
			} catch (e) {<br />
				stat.text = &#8220;Error Loading File.&#8221;;<br />
			}</p>
<p>ioerrorevent does not trigger when the file is not found :S</p>
]]></content:encoded>
	</item>
</channel>
</rss>
