<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to Cache Images in Your Flex Application</title>
	<atom:link href="http://userflex.wordpress.com/2008/07/28/image-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://userflex.wordpress.com/2008/07/28/image-caching/</link>
	<description>Tasty tidbits of Flex knowledge</description>
	<lastBuildDate>Sun, 20 Sep 2009 15:27:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Creating an Image Cache with ActionScript 3 &#171; The bAS3</title>
		<link>http://userflex.wordpress.com/2008/07/28/image-caching/#comment-104</link>
		<dc:creator>Creating an Image Cache with ActionScript 3 &#171; The bAS3</dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=51#comment-104</guid>
		<description>[...] I started looking around for a solution, and came across this question on StackOverflow.com as well as an excellent pseudo-code example: this blog post. [...]</description>
		<content:encoded><![CDATA[<p>[...] I started looking around for a solution, and came across this question on StackOverflow.com as well as an excellent pseudo-code example: this blog post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Schneble</title>
		<link>http://userflex.wordpress.com/2008/07/28/image-caching/#comment-100</link>
		<dc:creator>Nick Schneble</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=51#comment-100</guid>
		<description>@andreaarg

Add a &quot;creationComplete&quot; event handler to your component. You should be able to do this at the top of the item declaration where the XML namespaces are defined.</description>
		<content:encoded><![CDATA[<p>@andreaarg</p>
<p>Add a &#8220;creationComplete&#8221; event handler to your component. You should be able to do this at the top of the item declaration where the XML namespaces are defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andreaarg</title>
		<link>http://userflex.wordpress.com/2008/07/28/image-caching/#comment-98</link>
		<dc:creator>andreaarg</dc:creator>
		<pubDate>Thu, 19 Mar 2009 22:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=51#comment-98</guid>
		<description>If I&#039;m developing a MXML component which is used as an item renderer for a tilelist... where should Event.Complete be placed? I tried &quot;addEventListener&quot; and &quot;complete&quot; event in the  tag, but it doesn&#039;t trigger.</description>
		<content:encoded><![CDATA[<p>If I&#8217;m developing a MXML component which is used as an item renderer for a tilelist&#8230; where should Event.Complete be placed? I tried &#8220;addEventListener&#8221; and &#8220;complete&#8221; event in the  tag, but it doesn&#8217;t trigger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Schneble</title>
		<link>http://userflex.wordpress.com/2008/07/28/image-caching/#comment-90</link>
		<dc:creator>Nick Schneble</dc:creator>
		<pubDate>Thu, 29 Jan 2009 23:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=51#comment-90</guid>
		<description>@carvalhar

When you load an image from the hash map, image.source will point to the actual bitmap data, and not the path to the image. If you&#039;d like to keep a reference to the path, you can always create a custom image class that saves it as a separate property.

imageCache is a hash map you declare somewhere in your application. It&#039;s where you store the bitmap data for the images you&#039;ve loaded. Like I said above, it can be a dictionary, an associative array, or a hash map like the one I use in my examples.</description>
		<content:encoded><![CDATA[<p>@carvalhar</p>
<p>When you load an image from the hash map, image.source will point to the actual bitmap data, and not the path to the image. If you&#8217;d like to keep a reference to the path, you can always create a custom image class that saves it as a separate property.</p>
<p>imageCache is a hash map you declare somewhere in your application. It&#8217;s where you store the bitmap data for the images you&#8217;ve loaded. Like I said above, it can be a dictionary, an associative array, or a hash map like the one I use in my examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carvalhar</title>
		<link>http://userflex.wordpress.com/2008/07/28/image-caching/#comment-85</link>
		<dc:creator>carvalhar</dc:creator>
		<pubDate>Thu, 22 Jan 2009 17:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=51#comment-85</guid>
		<description>hey, i&#039;ve some doubts.

how do you tell the source?
image.source =&quot;path&quot;; ?

and about imageCache? how do you declare it? who is it?</description>
		<content:encoded><![CDATA[<p>hey, i&#8217;ve some doubts.</p>
<p>how do you tell the source?<br />
image.source =&#8221;path&#8221;; ?</p>
<p>and about imageCache? how do you declare it? who is it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
