<?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 3.1.8</title>
	<atom:link href="http://blog.hydrotik.com/2009/11/23/queueloader-3-1-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2009/11/23/queueloader-3-1-8/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:48:29 -0500</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/2009/11/23/queueloader-3-1-8/comment-page-1/#comment-15079</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Sun, 06 Dec 2009 02:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=385#comment-15079</guid>
		<description>I&#039;m not sure what you are seeing, or most likely something else is going on. I&#039;d need to see more of the code. The way it&#039;s set up now... _target is a reference to Loader which is a sub class of the DisplayObject class. event.container refers to the display object that the item is loaded into, in your case img.  event.targ refers to the Loader class and event.content refers to the actual Bitmap class (in the case of loading an Image). If i changed the code then I&#039;d be adding the Bitmap directly to the container.</description>
		<content:encoded><![CDATA[<p>I'm not sure what you are seeing, or most likely something else is going on. I'd need to see more of the code. The way it's set up now&#8230; _target is a reference to Loader which is a sub class of the DisplayObject class. event.container refers to the display object that the item is loaded into, in your case img.  event.targ refers to the Loader class and event.content refers to the actual Bitmap class (in the case of loading an Image). If i changed the code then I'd be adding the Bitmap directly to the container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASSpike</title>
		<link>http://blog.hydrotik.com/2009/11/23/queueloader-3-1-8/comment-page-1/#comment-15076</link>
		<dc:creator>ASSpike</dc:creator>
		<pubDate>Sun, 06 Dec 2009 00:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=385#comment-15076</guid>
		<description>Hi :) When i use queueloader to load images:

 _oLoader.addItem(&quot;../flashassets/images/slideshow/&quot;+(i+1).toString()+&quot;.jpg&quot;, img, {title:&quot;Image &quot;+i});

Image don`t added to img display list, because in ImageItem.as class:

if(_container != null) _container.addChild(_target);
			_completeFunction(event);
}

_target is loader object, not display object. When i changed it to _container.addChild(_content); it works.

Sorry for bad english :)</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://blog.hydrotik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  When i use queueloader to load images:</p>
<p> _oLoader.addItem("../flashassets/images/slideshow/"+(i+1).toString()+".jpg", img, {title:"Image "+i});</p>
<p>Image don`t added to img display list, because in ImageItem.as class:</p>
<p>if(_container != null) _container.addChild(_target);<br />
			_completeFunction(event);<br />
}</p>
<p>_target is loader object, not display object. When i changed it to _container.addChild(_content); it works.</p>
<p>Sorry for bad english <img src='http://blog.hydrotik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
