<?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: Continuous scrolling image thumbnail and slideshow component for Flex.</title>
	<atom:link href="http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/</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: Continuous Scrolling Thumbnail Component for Flex &#124; Building Blocks</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-506</link>
		<dc:creator>Continuous Scrolling Thumbnail Component for Flex &#124; Building Blocks</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-506</guid>
		<description>[...] This post continues to be the most popular on this space after a year and a half. I&#039;ve never been particularly fond of the implmenetation. Tightly coupled to very specific data sets and not really anything like a Flex component. It is setup more like an application (because it was pulled out of an application and generalized). [...]</description>
		<content:encoded><![CDATA[<p>[...] This post continues to be the most popular on this space after a year and a half. I&#039;ve never been particularly fond of the implmenetation. Tightly coupled to very specific data sets and not really anything like a Flex component. It is setup more like an application (because it was pulled out of an application and generalized). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoba</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-434</link>
		<dc:creator>Shoba</dc:creator>
		<pubDate>Tue, 10 Nov 2009 03:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-434</guid>
		<description>I am trying to move the selected image by 1 position instead of moving it to the center of navigator. I am not sure how to do it? Please help me!</description>
		<content:encoded><![CDATA[<p>I am trying to move the selected image by 1 position instead of moving it to the center of navigator. I am not sure how to do it? Please help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoba</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-153</link>
		<dc:creator>Shoba</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-153</guid>
		<description>I am trying to move the selected image by 1 position instead of moving it to the center of navigator. I am not sure how to do it? Please help me!</description>
		<content:encoded><![CDATA[<p>I am trying to move the selected image by 1 position instead of moving it to the center of navigator. I am not sure how to do it? Please help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-445</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-445</guid>
		<description>Awesome Shoba. I committed it to the repository:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://github.com/joelhooks/Continuous-Scrolling-Slideshow-/commit/e1ec8edc8cb6dae3f1ac80e8f9f46a7604065ca1&quot; rel=&quot;nofollow&quot;&gt;http://github.com/joelhooks/Continuous-Scrollin...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Awesome Shoba. I committed it to the repository:</p>
<p><a href="http://github.com/joelhooks/Continuous-Scrolling-Slideshow-/commit/e1ec8edc8cb6dae3f1ac80e8f9f46a7604065ca1" rel="nofollow">http://github.com/joelhooks/Continuous-Scrollin&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoba</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-444</link>
		<dc:creator>Shoba</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-444</guid>
		<description>I found a simple fix for this last thumbnail image flickering issue. We calculate the total width of the thumbnails by adding the individual thumbnail widths. This we do it in initializeThumbnails() method in Navigator.as class. We have to increase the total width so that if there are 5 images, the total width should be equal to 6 images. SO at the end of for loop, I have included the following.&lt;br&gt;&lt;br&gt;&lt;br&gt;     for each( var image:ImageVO in album.images )&lt;br&gt;    {&lt;br&gt;	...&lt;br&gt;        ...&lt;br&gt;	totalWidth+=navItem.width;&lt;br&gt;	count = count + 1;&lt;br&gt;    }&lt;br&gt;    totalWidth+=navItem.width;  // this is the additional line to be added to fix the last  &lt;br&gt;                                                   thumbnail flickering issue.&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope it helps.</description>
		<content:encoded><![CDATA[<p>I found a simple fix for this last thumbnail image flickering issue. We calculate the total width of the thumbnails by adding the individual thumbnail widths. This we do it in initializeThumbnails() method in Navigator.as class. We have to increase the total width so that if there are 5 images, the total width should be equal to 6 images. SO at the end of for loop, I have included the following.</p>
<p>     for each( var image:ImageVO in album.images )<br />    {<br />	&#8230;<br />        &#8230;<br />	totalWidth+=navItem.width;<br />	count = count + 1;<br />    }<br />    totalWidth+=navItem.width;  // this is the additional line to be added to fix the last  <br />                                                   thumbnail flickering issue.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-152</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Fri, 06 Nov 2009 18:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-152</guid>
		<description>Awesome Shoba. I committed it to the repository:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://github.com/joelhooks/Continuous-Scrolling-Slideshow-/commit/e1ec8edc8cb6dae3f1ac80e8f9f46a7604065ca1&quot; rel=&quot;nofollow&quot;&gt;http://github.com/joelhooks/Continuous-Scrollin...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Awesome Shoba. I committed it to the repository:</p>
<p><a href="http://github.com/joelhooks/Continuous-Scrolling-Slideshow-/commit/e1ec8edc8cb6dae3f1ac80e8f9f46a7604065ca1" rel="nofollow">http://github.com/joelhooks/Continuous-Scrollin&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoba</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-151</link>
		<dc:creator>Shoba</dc:creator>
		<pubDate>Fri, 06 Nov 2009 18:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-151</guid>
		<description>I found a simple fix for this last thumbnail image flickering issue. We calculate the total width of the thumbnails by adding the individual thumbnail widths. This we do it in initializeThumbnails() method in Navigator.as class. We have to increase the total width so that if there are 5 images, the total width should be equal to 6 images. SO at the end of for loop, I have included the following.&lt;br&gt;&lt;br&gt;&lt;br&gt;     for each( var image:ImageVO in album.images )&lt;br&gt;    {&lt;br&gt;	...&lt;br&gt;        ...&lt;br&gt;	totalWidth+=navItem.width;&lt;br&gt;	count = count + 1;&lt;br&gt;    }&lt;br&gt;    totalWidth+=navItem.width;  // this is the additional line to be added to fix the last  &lt;br&gt;                                                   thumbnail flickering issue.&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope it helps.</description>
		<content:encoded><![CDATA[<p>I found a simple fix for this last thumbnail image flickering issue. We calculate the total width of the thumbnails by adding the individual thumbnail widths. This we do it in initializeThumbnails() method in Navigator.as class. We have to increase the total width so that if there are 5 images, the total width should be equal to 6 images. SO at the end of for loop, I have included the following.</p>
<p>     for each( var image:ImageVO in album.images )<br />    {<br />	&#8230;<br />        &#8230;<br />	totalWidth+=navItem.width;<br />	count = count + 1;<br />    }<br />    totalWidth+=navItem.width;  // this is the additional line to be added to fix the last  <br />                                                   thumbnail flickering issue.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vardan</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-435</link>
		<dc:creator>Vardan</dc:creator>
		<pubDate>Thu, 05 Nov 2009 04:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-435</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;I have created the xml locally and stored under assets directory but when I run the application I get :&lt;br&gt;Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.&lt;br&gt;When I close the debug message photos work fine but it doesn&#039;t work on different machines at all.&lt;br&gt;&lt;br&gt;Any idea how can I solve the problem?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have created the xml locally and stored under assets directory but when I run the application I get :<br />Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.<br />When I close the debug message photos work fine but it doesn&#39;t work on different machines at all.</p>
<p>Any idea how can I solve the problem?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vardan</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-150</link>
		<dc:creator>Vardan</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-150</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;I have created the xml locally and stored under assets directory but when I run the application I get :&lt;br&gt;Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.&lt;br&gt;When I close the debug message photos work fine but it doesn&#039;t work on different machines at all.&lt;br&gt;&lt;br&gt;Any idea how can I solve the problem?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have created the xml locally and stored under assets directory but when I run the application I get :<br />Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.<br />When I close the debug message photos work fine but it doesn&#39;t work on different machines at all.</p>
<p>Any idea how can I solve the problem?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turlockshubh</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-436</link>
		<dc:creator>turlockshubh</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-436</guid>
		<description>Hi, Firstly great application looks real good, I loved it so much I wanted to have a slide show in my website too, I Downloaded the source code and the project created nicely.&lt;br&gt;It compiles and everything is good. I am using Flex Builder 3.&lt;br&gt;&lt;br&gt;I get an error when I try to run the VESlideshow on my PC I get  a windows pop up message which states the following&lt;br&gt;&lt;br&gt;&quot;File not found: file:/C:/Documents%20and%20Settings/shubht/My%20Documents/Flex%20Builder%203/VESlideshow/bin-debug/VESlideshow.html&quot; &lt;br&gt;&lt;br&gt;I dont know how this file is generated it was not in the zip file I downloaded.&lt;br&gt;Any pointers would be great&lt;br&gt;Thanks&lt;br&gt;Turlock</description>
		<content:encoded><![CDATA[<p>Hi, Firstly great application looks real good, I loved it so much I wanted to have a slide show in my website too, I Downloaded the source code and the project created nicely.<br />It compiles and everything is good. I am using Flex Builder 3.</p>
<p>I get an error when I try to run the VESlideshow on my PC I get  a windows pop up message which states the following</p>
<p>&#8220;File not found: file:/C:/Documents%20and%20Settings/shubht/My%20Documents/Flex%20Builder%203/VESlideshow/bin-debug/VESlideshow.html&#8221; </p>
<p>I dont know how this file is generated it was not in the zip file I downloaded.<br />Any pointers would be great<br />Thanks<br />Turlock</p>
]]></content:encoded>
	</item>
</channel>
</rss>

