<?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: QueueLoaderLite</title>
	<atom:link href="http://blog.hydrotik.com/2008/03/11/queueloaderlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<lastBuildDate>Thu, 27 Oct 2011 05:40:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ustir</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14596</link>
		<dc:creator>Ustir</dc:creator>
		<pubDate>Sun, 03 May 2009 03:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14596</guid>
		<description>hi donovan, thanks for your response, i will look into remove some mime types to reduce the foot print.</description>
		<content:encoded><![CDATA[<p>hi donovan, thanks for your response, i will look into remove some mime types to reduce the foot print.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14595</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Fri, 01 May 2009 14:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14595</guid>
		<description>Nope, there isn&#039;t as of yet. I&#039;d suggest using the regular version as the size isn&#039;t too much larger. And you can always remove some of the mime types to scale it down. Should be instructions on the QL version or in this post. If you have any problems, let me know and I can explain how.

Cheers</description>
		<content:encoded><![CDATA[<p>Nope, there isn't as of yet. I'd suggest using the regular version as the size isn't too much larger. And you can always remove some of the mime types to scale it down. Should be instructions on the QL version or in this post. If you have any problems, let me know and I can explain how.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ustir</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14593</link>
		<dc:creator>Ustir</dc:creator>
		<pubDate>Fri, 01 May 2009 04:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14593</guid>
		<description>Thank you donovan for this Lite version, it saves a lot of k&#039;s. On referencing loaded movie clips, is there a way like in QueueLoader to get &quot;getItemByTitle&quot; as in...&quot;loader.getItemByTitle(&quot;mc_name)&quot;? 

event.file.yourFunction(); works fine if you need to perform some kind of action immediately onItemComplete but after everything&#039;s loaded, what if i wanted to fade up/down clips say on nav click change? i.e. what is a way to keep refences to the multiple clip instances? one way is to put them into an array i suppose. any suggestions from anyone who&#039;s figured out some work around would be appreciated! thanks.</description>
		<content:encoded><![CDATA[<p>Thank you donovan for this Lite version, it saves a lot of k's. On referencing loaded movie clips, is there a way like in QueueLoader to get "getItemByTitle" as in&#8230;"loader.getItemByTitle("mc_name)"? </p>
<p>event.file.yourFunction(); works fine if you need to perform some kind of action immediately onItemComplete but after everything's loaded, what if i wanted to fade up/down clips say on nav click change? i.e. what is a way to keep refences to the multiple clip instances? one way is to put them into an array i suppose. any suggestions from anyone who's figured out some work around would be appreciated! thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14346</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Mon, 27 Oct 2008 20:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14346</guid>
		<description>Thanks for the catch, I&#039;ve updated the SVN to QueueLoaderLite rev11.</description>
		<content:encoded><![CDATA[<p>Thanks for the catch, I've updated the SVN to QueueLoaderLite rev11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirit Tanna</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14345</link>
		<dc:creator>Kirit Tanna</dc:creator>
		<pubDate>Mon, 27 Oct 2008 09:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14345</guid>
		<description>QueueLoaderLite&#039;s dispose() method doesn&#039;t remove the internally registered listeners. As a result, if we attempt to call dispose() while the queue hasn&#039;t completed these handlers get triggered especially &quot;onQueueComplete&quot; and will throw a run-time error.

Example: Images are being loaded into a &quot;gallery&quot; page, user moves to another page &quot;about us&quot; (developer calls dispose) while images in the gallery have yet not completely loading before loading the new page.</description>
		<content:encoded><![CDATA[<p>QueueLoaderLite's dispose() method doesn't remove the internally registered listeners. As a result, if we attempt to call dispose() while the queue hasn't completed these handlers get triggered especially "onQueueComplete" and will throw a run-time error.</p>
<p>Example: Images are being loaded into a "gallery" page, user moves to another page "about us" (developer calls dispose) while images in the gallery have yet not completely loading before loading the new page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14322</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 00:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14322</guid>
		<description>event.file.yourFunction();</description>
		<content:encoded><![CDATA[<p>event.file.yourFunction();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14320</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 06 Oct 2008 14:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14320</guid>
		<description>Hi Donovan,

Question for you.  I&#039;m using your QueueLoaderLite for a project.  Works great, but I&#039;m having a little trouble accessing the loaded SWFs, all of which have a function in them that I&#039;d like to call before adding anything to the stage.  Works with the Loader class - during the onComplete event I can use var mc:MovieClip = event.currentTarget.content as MovieClip; and then call the funtion mc.functionName();  In QueueLoaderLite i pass a MovieClip reference during the addItem call, but I can&#039;t seem to get at my functions within that MC or the QueueLoaderLiteEvent&#039;s event.targ MC.

Any suggestions would be much appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Donovan,</p>
<p>Question for you.  I'm using your QueueLoaderLite for a project.  Works great, but I'm having a little trouble accessing the loaded SWFs, all of which have a function in them that I'd like to call before adding anything to the stage.  Works with the Loader class &#8211; during the onComplete event I can use var mc:MovieClip = event.currentTarget.content as MovieClip; and then call the funtion mc.functionName();  In QueueLoaderLite i pass a MovieClip reference during the addItem call, but I can't seem to get at my functions within that MC or the QueueLoaderLiteEvent's event.targ MC.</p>
<p>Any suggestions would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14317</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14317</guid>
		<description>I&#039;d have to see the code. This is an old post, make sure you are using the latest version from googlecode svn. If you want to post a snippet I can have a look.</description>
		<content:encoded><![CDATA[<p>I'd have to see the code. This is an old post, make sure you are using the latest version from googlecode svn. If you want to post a snippet I can have a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14316</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Fri, 03 Oct 2008 16:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14316</guid>
		<description>Hi Donovan

And thank you for this cool tool. I get a weird error though: every item gets loaded but events stop fireing after the first item has loaded...
Do you have some clue ?</description>
		<content:encoded><![CDATA[<p>Hi Donovan</p>
<p>And thank you for this cool tool. I get a weird error though: every item gets loaded but events stop fireing after the first item has loaded&#8230;<br />
Do you have some clue ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/03/11/queueloaderlite/comment-page-1/#comment-14302</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Wed, 17 Sep 2008 00:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/03/11/queueloaderlite/#comment-14302</guid>
		<description>Sounds like something isn&#039;t getting imported. Can you past your code sample or better yet send it to me?</description>
		<content:encoded><![CDATA[<p>Sounds like something isn't getting imported. Can you past your code sample or better yet send it to me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

