<?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>It's a magical world. Let's go exploring.</description>
	<lastBuildDate>Sun, 21 Feb 2010 09:03:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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-9402</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-9402</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-9401</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-9401</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"></a><a href="http://github.com/joelhooks/Continuous-Scrollin.." rel="nofollow">http://github.com/joelhooks/Continuous-Scrollin..</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-9400</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-9400</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-9398</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-9398</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-9385</link>
		<dc:creator>turlockshubh</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-9385</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>
	<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-9371</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Sat, 19 Sep 2009 03:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-9371</guid>
		<description>Thank you so much Shoba. I really wanted to get to this, but didn&#039;t  &lt;br&gt;have the time. I will apply your patch to the project. Cheers.</description>
		<content:encoded><![CDATA[<p>Thank you so much Shoba. I really wanted to get to this, but didn&#39;t  <br />have the time. I will apply your patch to the project. Cheers.</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-9370</link>
		<dc:creator>Shoba</dc:creator>
		<pubDate>Sat, 19 Sep 2009 03:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-9370</guid>
		<description>I have fixed this problem. All we have to do is when loadGalleryXML (in Imagescroll.mxml)  is called I check if nav is null.If its not null then I remove the nav and  make it null.&lt;br&gt;&lt;br&gt;public function loadGalleryXML(xml_base_url:String):void&lt;br&gt;			{	&lt;br&gt;				if(nav!=null){&lt;br&gt;					canv.removeChild(nav);&lt;br&gt;					nav=null;&lt;br&gt;				}	&lt;br&gt;				var ssp_xml_base_url:String = xml_base_url;&lt;br&gt;				var myXMLURL:URLRequest = new URLRequest(ssp_xml_base_url);&lt;br&gt;				var myLoader:URLLoader = new URLLoader(myXMLURL);&lt;br&gt;				myLoader.addEventListener(&quot;complete&quot;, galleryXmlLoaded);&lt;br&gt;				//addEventListener(Navigator.INIT_COMPLETE, onNavInit);&lt;br&gt;			}</description>
		<content:encoded><![CDATA[<p>I have fixed this problem. All we have to do is when loadGalleryXML (in Imagescroll.mxml)  is called I check if nav is null.If its not null then I remove the nav and  make it null.</p>
<p>public function loadGalleryXML(xml_base_url:String):void<br />			{	<br />				if(nav!=null){<br />					canv.removeChild(nav);<br />					nav=null;<br />				}	<br />				var ssp_xml_base_url:String = xml_base_url;<br />				var myXMLURL:URLRequest = new URLRequest(ssp_xml_base_url);<br />				var myLoader:URLLoader = new URLLoader(myXMLURL);<br />				myLoader.addEventListener(&#8220;complete&#8221;, galleryXmlLoaded);<br />				//addEventListener(Navigator.INIT_COMPLETE, onNavInit);<br />			}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishekchess1</title>
		<link>http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/comment-page-2/#comment-9369</link>
		<dc:creator>abhishekchess1</dc:creator>
		<pubDate>Thu, 17 Sep 2009 05:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-9369</guid>
		<description>how can we show title of image below image,&lt;br&gt;could we do same  vertically image gallery&lt;br&gt;:)</description>
		<content:encoded><![CDATA[<p>how can we show title of image below image,<br />could we do same  vertically image gallery<br /> <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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-9368</link>
		<dc:creator>shoba</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-9368</guid>
		<description>I was trying to implement singleton pattern using static initializers to create just one instance of Navigator and using the single instance I was trying to initialize the thumbnails for different galleries but it doesn&#039;t seem to work.</description>
		<content:encoded><![CDATA[<p>I was trying to implement singleton pattern using static initializers to create just one instance of Navigator and using the single instance I was trying to initialize the thumbnails for different galleries but it doesn&#39;t seem to work.</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-9367</link>
		<dc:creator>shoba</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/#comment-9367</guid>
		<description>Thank you very much Joel.&lt;br&gt;&lt;br&gt;I think, every time I load a new gallery, a new instance of Navigator component is being created. So I think I have to make sure only one instance of Navigator is created and update it with the new gallery. I am working on it and will update you if I am able to fix it.&lt;br&gt;&lt;br&gt;Once again,Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Thank you very much Joel.</p>
<p>I think, every time I load a new gallery, a new instance of Navigator component is being created. So I think I have to make sure only one instance of Navigator is created and update it with the new gallery. I am working on it and will update you if I am able to fix it.</p>
<p>Once again,Thanks a lot!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
