<?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: QueueLoader rev33</title>
	<atom:link href="http://blog.hydrotik.com/2008/07/09/queueloader-rev33/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/</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: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14348</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Thu, 30 Oct 2008 03:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14348</guid>
		<description>New Version has been posted!

&lt;a href=&quot;http://blog.hydrotik.com/category/queueloader/&quot; rel=&quot;nofollow&quot;&gt;Latest Update and Source!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>New Version has been posted!</p>
<p><a href="http://blog.hydrotik.com/category/queueloader/" rel="nofollow">Latest Update and Source!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14339</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14339</guid>
		<description>sorting is simply an extensions of the functionality of the array sorting method. Meaning the same process for sorting an array will work for sorting the queue. I&#039;m working on new features and plan to add a simpler method for shifting an item around.</description>
		<content:encoded><![CDATA[<p>sorting is simply an extensions of the functionality of the array sorting method. Meaning the same process for sorting an array will work for sorting the queue. I'm working on new features and plan to add a simpler method for shifting an item around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krom</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14338</link>
		<dc:creator>Krom</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14338</guid>
		<description>Per my original question:

&quot;Thanks for the great utility. Question: Is it possible to prioritize an item in the queue that has not loaded yet? Meaning can you bump an item to the top of the list to start loading it if it hasn’t loaded yet?&quot;

Does the reorder() function achieve the result I am looking for?  Provided I know the index of the item I wish to move to the top of the queue?

Thank you</description>
		<content:encoded><![CDATA[<p>Per my original question:</p>
<p>"Thanks for the great utility. Question: Is it possible to prioritize an item in the queue that has not loaded yet? Meaning can you bump an item to the top of the list to start loading it if it hasn’t loaded yet?"</p>
<p>Does the reorder() function achieve the result I am looking for?  Provided I know the index of the item I wish to move to the top of the queue?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14319</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Fri, 03 Oct 2008 18:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14319</guid>
		<description>It is possible, however in all honesty I haven&#039;t done it myself. You can do queueloader.sort(); and use the same functionality of the built in Array sort() method.</description>
		<content:encoded><![CDATA[<p>It is possible, however in all honesty I haven't done it myself. You can do queueloader.sort(); and use the same functionality of the built in Array sort() method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krom</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14318</link>
		<dc:creator>Krom</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14318</guid>
		<description>Thanks for the great utility.  Question:  Is it possible to prioritize an item in the queue that has not loaded yet?  Meaning can you bump an item to the top of the list to start loading it if it hasn&#039;t loaded yet?</description>
		<content:encoded><![CDATA[<p>Thanks for the great utility.  Question:  Is it possible to prioritize an item in the queue that has not loaded yet?  Meaning can you bump an item to the top of the list to start loading it if it hasn't loaded yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haungo</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14284</link>
		<dc:creator>Haungo</dc:creator>
		<pubDate>Thu, 04 Sep 2008 16:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14284</guid>
		<description>I LOVE IT! I LOVE IT!  It has made my job much more satisfying, because it worked!   

I just found the &quot;smoothing:true&quot; parameter. Just what I was needing, and it couldn&#039;t be easier, but I DID have a hard time finding it.  Is there documentation somewhere that I missed?

Keep it up.

-BH</description>
		<content:encoded><![CDATA[<p>I LOVE IT! I LOVE IT!  It has made my job much more satisfying, because it worked!   </p>
<p>I just found the "smoothing:true" parameter. Just what I was needing, and it couldn't be easier, but I DID have a hard time finding it.  Is there documentation somewhere that I missed?</p>
<p>Keep it up.</p>
<p>-BH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14255</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Sun, 24 Aug 2008 15:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14255</guid>
		<description>event.file.myMethod();

Or you can use Application Domain to access library references. Check out the wiki on google code for info on that.</description>
		<content:encoded><![CDATA[<p>event.file.myMethod();</p>
<p>Or you can use Application Domain to access library references. Check out the wiki on google code for info on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghislain</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14248</link>
		<dc:creator>Ghislain</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14248</guid>
		<description>Hi,

I&#039;ve tried your queueLoader and it&#039;s great ... but i&#039;ve a question ... 
Is there a way to access to the loader&#039;s content when you load a swf file?
I mean, if i want to acces to a public method from the loaded swf ...xhat do i have to do ?
At the moment, i&#039;ve added at line 633 of the QueueLoader class :
currItem.targ.loader  = _loader;

Is there a best way to do that ?

Thanks a lot

Ghislain</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I've tried your queueLoader and it's great &#8230; but i've a question &#8230;<br />
Is there a way to access to the loader's content when you load a swf file?<br />
I mean, if i want to acces to a public method from the loaded swf &#8230;xhat do i have to do ?<br />
At the moment, i've added at line 633 of the QueueLoader class :<br />
currItem.targ.loader  = _loader;</p>
<p>Is there a best way to do that ?</p>
<p>Thanks a lot</p>
<p>Ghislain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14213</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Fri, 01 Aug 2008 20:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14213</guid>
		<description>Yeah I renamed it back to COMPLETE as it reflects the AS3 event timing. Enjoy!</description>
		<content:encoded><![CDATA[<p>Yeah I renamed it back to COMPLETE as it reflects the AS3 event timing. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson</title>
		<link>http://blog.hydrotik.com/2008/07/09/queueloader-rev33/comment-page-1/#comment-14212</link>
		<dc:creator>Wilson</dc:creator>
		<pubDate>Fri, 01 Aug 2008 17:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=108#comment-14212</guid>
		<description>ah, I see - you renamed the *_COMPLETE - cool</description>
		<content:encoded><![CDATA[<p>ah, I see &#8211; you renamed the *_COMPLETE &#8211; cool</p>
]]></content:encoded>
	</item>
</channel>
</rss>

