<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: ImageSwap (crossfade) Flex Component</title>
	<atom:link href="http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/</link>
	<description>[without unit tests] you&#039;re not refactoring; you&#039;re just changing shit. -Hamlet D&#039;Arcy</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Hardik Mishra</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-223</link>
		<dc:creator>Hardik Mishra</dc:creator>
		<pubDate>Mon, 16 Mar 2009 13:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-223</guid>
		<description>Hi Joel
its&#039;s really nice stuff
i m new to flex technology and
i have to work on image gallery
is it possible to get source or some kind of tutorial

thanks</description>
		<content:encoded><![CDATA[<p>Hi Joel<br />
its&#8217;s really nice stuff<br />
i m new to flex technology and<br />
i have to work on image gallery<br />
is it possible to get source or some kind of tutorial</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flüge</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-222</link>
		<dc:creator>Flüge</dc:creator>
		<pubDate>Wed, 18 Feb 2009 15:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-222</guid>
		<description>Hello,
your homepage gave me some real good ideas for my next slideshows. Unfortunately, I&#039;m not that good with computers, but I like taking pictures :-) I might have to try out the Flex component myself. And by the way, your photos are great :-)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
your homepage gave me some real good ideas for my next slideshows. Unfortunately, I&#8217;m not that good with computers, but I like taking pictures <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I might have to try out the Flex component myself. And by the way, your photos are great <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wael</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-221</link>
		<dc:creator>Wael</dc:creator>
		<pubDate>Sat, 24 Jan 2009 23:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-221</guid>
		<description>Nice, I like this.</description>
		<content:encoded><![CDATA[<p>Nice, I like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-220</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-220</guid>
		<description>The image isn&#039;t added to the display list until it is loaded at which time I use TweenLite to fade the alpha channel up.

If I am understanding your problem correctly.</description>
		<content:encoded><![CDATA[<p>The image isn&#8217;t added to the display list until it is loaded at which time I use TweenLite to fade the alpha channel up.</p>
<p>If I am understanding your problem correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TM</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-219</link>
		<dc:creator>TM</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-219</guid>
		<description>I tried to get this working on my local file system and can&#039;t get any of the images to load up (it just loads forever). I was trying to figure out how you solved the problem where doing an Image.load(sourceName) causes the image to quickly blink (even if the image is cached).

Basically I wrote an incredibly simple crossfader - currentImage and lastImage (which is hidden). Right before the new image is loaded, lastImage loads up currentImage&#039;s image and is displayed on top. currentImage then begins to load the new one and when finished lastImage just fades out.

The issue I&#039;m hitting (and I&#039;ve hit this with other projects as well) is when doing any sort of Image.source or Image.load() to a currently displayed image, there is a very noticeable and annoying blink. It&#039;s not considered the actual image load though since it&#039;s cached. Because of that I don&#039;t think there is any particular event I can listen for and delay showing the image until it is fired.</description>
		<content:encoded><![CDATA[<p>I tried to get this working on my local file system and can&#8217;t get any of the images to load up (it just loads forever). I was trying to figure out how you solved the problem where doing an Image.load(sourceName) causes the image to quickly blink (even if the image is cached).</p>
<p>Basically I wrote an incredibly simple crossfader &#8211; currentImage and lastImage (which is hidden). Right before the new image is loaded, lastImage loads up currentImage&#8217;s image and is displayed on top. currentImage then begins to load the new one and when finished lastImage just fades out.</p>
<p>The issue I&#8217;m hitting (and I&#8217;ve hit this with other projects as well) is when doing any sort of Image.source or Image.load() to a currently displayed image, there is a very noticeable and annoying blink. It&#8217;s not considered the actual image load though since it&#8217;s cached. Because of that I don&#8217;t think there is any particular event I can listen for and delay showing the image until it is fired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seppe</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-218</link>
		<dc:creator>Seppe</dc:creator>
		<pubDate>Tue, 23 Dec 2008 13:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-218</guid>
		<description>Great module! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Great module! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-217</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 12 Dec 2008 23:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-217</guid>
		<description>Thanks for showing how it is done. I had done fade-in/fade-out, but the crossfade is a little tricky.</description>
		<content:encoded><![CDATA[<p>Thanks for showing how it is done. I had done fade-in/fade-out, but the crossfade is a little tricky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ved</title>
		<link>http://joelhooks.com/2008/12/06/imageswap-crossfade-flex-component/comment-page-1/#comment-216</link>
		<dc:creator>Ved</dc:creator>
		<pubDate>Mon, 08 Dec 2008 15:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=118#comment-216</guid>
		<description>Very nice! Congrats! Ved</description>
		<content:encoded><![CDATA[<p>Very nice! Congrats! Ved</p>
]]></content:encoded>
	</item>
</channel>
</rss>

