<?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: Loading Multiple Images</title>
	<atom:link href="http://tutorials.flashmymind.com/2009/02/loading-multiple-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Dec 2009 09:54: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: sandeep</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-30537</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Thu, 26 Nov 2009 14:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-30537</guid>
		<description>why loadImage(); is not inside the for-loop so that the request go parallel ?
is that a bad practice ?</description>
		<content:encoded><![CDATA[<p>why loadImage(); is not inside the for-loop so that the request go parallel ?<br />
is that a bad practice ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sany</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-30523</link>
		<dc:creator>sany</dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-30523</guid>
		<description>i like the coding style , i mean the splice method for array</description>
		<content:encoded><![CDATA[<p>i like the coding style , i mean the splice method for array</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ggalan</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-28075</link>
		<dc:creator>ggalan</dc:creator>
		<pubDate>Wed, 04 Nov 2009 20:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-28075</guid>
		<description>how can you remove bitmaps loaded if this code is used in a menu? for instance inside the function imageLoaded, you have 

holder.addChild(image);
a1.push(image);

how can these be removed if the function gets called again from a nav button?</description>
		<content:encoded><![CDATA[<p>how can you remove bitmaps loaded if this code is used in a menu? for instance inside the function imageLoaded, you have </p>
<p>holder.addChild(image);<br />
a1.push(image);</p>
<p>how can these be removed if the function gets called again from a nav button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-24623</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 16 Oct 2009 16:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-24623</guid>
		<description>How would you make these images appear randomly in different places?

Thanks.</description>
		<content:encoded><![CDATA[<p>How would you make these images appear randomly in different places?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-20242</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 20 Sep 2009 08:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-20242</guid>
		<description>Hi! Great tutorial, but I have one question.

Can someone explain me, how image:Bitma is located in imageHolder:MC from our loop. How it&#039;s work, that our holder:MovieClip from imageLoaded(); kwons where is imageHolder:MovieClip.

Thanks !</description>
		<content:encoded><![CDATA[<p>Hi! Great tutorial, but I have one question.</p>
<p>Can someone explain me, how image:Bitma is located in imageHolder:MC from our loop. How it&#8217;s work, that our holder:MovieClip from imageLoaded(); kwons where is imageHolder:MovieClip.</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pietro P.</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-19825</link>
		<dc:creator>Pietro P.</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-19825</guid>
		<description>Many thanks, beautiful tutorial =) it helped me creating my first flash dynamic photo gallery ;)</description>
		<content:encoded><![CDATA[<p>Many thanks, beautiful tutorial =) it helped me creating my first flash dynamic photo gallery <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Duiker</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-18695</link>
		<dc:creator>Mark Duiker</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-18695</guid>
		<description>Thanks for this tutorial, the \e.target.content\ was a key thing for me. 

You&#039;ve solved two days worth of problems on two projects I&#039;ve been working on. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial, the \e.target.content\ was a key thing for me. </p>
<p>You&#8217;ve solved two days worth of problems on two projects I&#8217;ve been working on. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barun</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-18560</link>
		<dc:creator>barun</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-18560</guid>
		<description>Personally, I like this idea for image loading:

http://kreni.ba/2009/09/10/esminloader-v1/</description>
		<content:encoded><![CDATA[<p>Personally, I like this idea for image loading:</p>
<p><a href="http://kreni.ba/2009/09/10/esminloader-v1/" rel="nofollow">http://kreni.ba/2009/09/10/esminloader-v1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barun</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-18559</link>
		<dc:creator>barun</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-18559</guid>
		<description>personally, I thing this is also very cool for image loading:

http://kreni.ba/2009/09/10/esminloader-v1/</description>
		<content:encoded><![CDATA[<p>personally, I thing this is also very cool for image loading:</p>
<p><a href="http://kreni.ba/2009/09/10/esminloader-v1/" rel="nofollow">http://kreni.ba/2009/09/10/esminloader-v1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://tutorials.flashmymind.com/2009/02/loading-multiple-images/comment-page-1/#comment-17721</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sun, 06 Sep 2009 12:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=124#comment-17721</guid>
		<description>Hi!!

i can&#039;t to get the preload class cuz the link was death !!

can u post it?!!

thank you</description>
		<content:encoded><![CDATA[<p>Hi!!</p>
<p>i can&#8217;t to get the preload class cuz the link was death !!</p>
<p>can u post it?!!</p>
<p>thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
