<?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: Open Source Flex Component: PopUpThumbnail</title>
	<atom:link href="http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/</link>
	<description>Josh Tynjala explores Flash, Flex, and ActionScript.</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:15:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Open Source Flex Component: PopUpInitializer - Josh Talks Flash</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-63344</link>
		<dc:creator>Open Source Flex Component: PopUpInitializer - Josh Talks Flash</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-63344</guid>
		<description>[...] of the common documentation with my other &#8220;Flex Toolbox&#8221; controls like ZoomFrame and PopUpThumbnail. As with most of my other open source code, PopUpInitializer is available under the terms of an [...]</description>
		<content:encoded><![CDATA[<p>[...] of the common documentation with my other &#8220;Flex Toolbox&#8221; controls like ZoomFrame and PopUpThumbnail. As with most of my other open source code, PopUpInitializer is available under the terms of an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirox</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-62005</link>
		<dc:creator>Chirox</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-62005</guid>
		<description>Thanks a lot.
But i found 1 problem:
My Demo i use only one PopUpThumbnail and one button.
Click event of button change source and thumbnailSource then thumbnail changed but when i click on thumbnail source not change.

I think problem here:
&lt;pre&gt;
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;		
}
&lt;/pre&gt;

I change:
&lt;pre&gt;
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
    this.loadPopUpContent();		
}
&lt;/pre&gt;

It worked!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
But i found 1 problem:<br />
My Demo i use only one PopUpThumbnail and one button.<br />
Click event of button change source and thumbnailSource then thumbnail changed but when i click on thumbnail source not change.</p>
<p>I think problem here:</p>
<pre>
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
}
</pre>
<p>I change:</p>
<pre>
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
    this.loadPopUpContent();
}
</pre>
<p>It worked!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: handoyo</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-61125</link>
		<dc:creator>handoyo</dc:creator>
		<pubDate>Thu, 16 Jul 2009 03:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-61125</guid>
		<description>Thanks a lot...</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flickr Flip Book &#124; tarasnovak.com</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-60572</link>
		<dc:creator>Flickr Flip Book &#124; tarasnovak.com</dc:creator>
		<pubDate>Tue, 06 Jan 2009 22:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-60572</guid>
		<description>[...] used Josh&#8217;s PopUpThumbnail component for this one, with minor adjustments to hide popup image on slideshow playback and adding [...]</description>
		<content:encoded><![CDATA[<p>[...] used Josh&#8217;s PopUpThumbnail component for this one, with minor adjustments to hide popup image on slideshow playback and adding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another hit&#8230; &#124; tarasnovak.com</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-60425</link>
		<dc:creator>Another hit&#8230; &#124; tarasnovak.com</dc:creator>
		<pubDate>Fri, 19 Dec 2008 18:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-60425</guid>
		<description>[...] really liked the Popup Thumbnail component Josh posted recently with the Lightbox popup effect. I think that will make my large photo view [...]</description>
		<content:encoded><![CDATA[<p>[...] really liked the Popup Thumbnail component Josh posted recently with the Lightbox popup effect. I think that will make my large photo view [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael van Leest</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-60368</link>
		<dc:creator>Michael van Leest</dc:creator>
		<pubDate>Mon, 08 Dec 2008 09:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-60368</guid>
		<description>Great stuff! I&#039;ve created a similar component in the past with Flex 2, but not as pretty as yours! 

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Great stuff! I&#8217;ve created a similar component in the past with Flex 2, but not as pretty as yours! </p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank HT</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/comment-page-1/#comment-60354</link>
		<dc:creator>Frank HT</dc:creator>
		<pubDate>Fri, 05 Dec 2008 07:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-60354</guid>
		<description>Looks very slick, nicely done.

Having used lightbox myself, what you&#039;ve done has definitely taken it to the next level (can only imagine it being quite painful trying to replicate what you&#039;ve done in js, but hey that&#039;s not your problem :) ).


Great stuff.</description>
		<content:encoded><![CDATA[<p>Looks very slick, nicely done.</p>
<p>Having used lightbox myself, what you&#8217;ve done has definitely taken it to the next level (can only imagine it being quite painful trying to replicate what you&#8217;ve done in js, but hey that&#8217;s not your problem <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>Great stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
