<?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: IOErrorEvent.IO_ERROR raised when loading an XML file in IE6</title>
	<atom:link href="http://www.rozengain.com/blog/2008/07/25/ioerroreventio_error-raised-when-loading-an-xml-file-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rozengain.com/blog/2008/07/25/ioerroreventio_error-raised-when-loading-an-xml-file-in-ie6/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 08:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Flash Duniya</title>
		<link>http://www.rozengain.com/blog/2008/07/25/ioerroreventio_error-raised-when-loading-an-xml-file-in-ie6/comment-page-1/#comment-12190</link>
		<dc:creator>Flash Duniya</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:36:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-12190</guid>
		<description>is there any expert? 
for (i=0; i&lt;4; i++) {
	var loader:Loader = new Loader();
	addChild(loader);
	loader.x =loader.y = i*100;
	loader.load(new URLRequest(&quot;img&quot;+i));
	loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, imageNotFound);

}
function imageNotFound(e:IOErrorEvent) {
	//Here, what code I have to write for load default Image?
}</description>
		<content:encoded><![CDATA[<p>is there any expert?<br />
for (i=0; i&lt;4; i++) {<br />
	var loader:Loader = new Loader();<br />
	addChild(loader);<br />
	loader.x =loader.y = i*100;<br />
	loader.load(new URLRequest(&#8220;img&#8221;+i));<br />
	loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, imageNotFound);</p>
<p>}<br />
function imageNotFound(e:IOErrorEvent) {<br />
	//Here, what code I have to write for load default Image?<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

