<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating a simple image gallery with the Flex HorizontalList control</title>
	<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 21 Nov 2008 06:20:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Arulmurugan</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-16744</link>
		<author>Arulmurugan</author>
		<pubDate>Mon, 17 Nov 2008 07:49:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-16744</guid>
		<description>Any idea how to get the list to scroll left and right depending on mouse movement?

Pls help</description>
		<content:encoded><![CDATA[<p>Any idea how to get the list to scroll left and right depending on mouse movement?</p>
<p>Pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-16628</link>
		<author>kiran</author>
		<pubDate>Sat, 08 Nov 2008 08:55:35 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-16628</guid>
		<description>how to link those files??</description>
		<content:encoded><![CDATA[<p>how to link those files??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donavan Marais</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-16572</link>
		<author>Donavan Marais</author>
		<pubDate>Tue, 04 Nov 2008 22:00:14 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-16572</guid>
		<description>Any idea how to get the list to scroll left and right depending on mouse movement?</description>
		<content:encoded><![CDATA[<p>Any idea how to get the list to scroll left and right depending on mouse movement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Beginner</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-15715</link>
		<author>Flex Beginner</author>
		<pubDate>Fri, 19 Sep 2008 04:11:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-15715</guid>
		<description>This was great - I had been trying to get something like this working most of the day.  God bless Google and finding this page :).

Thanks PeterD</description>
		<content:encoded><![CDATA[<p>This was great - I had been trying to get something like this working most of the day.  God bless Google and finding this page :).</p>
<p>Thanks PeterD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlexMan</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14404</link>
		<author>FlexMan</author>
		<pubDate>Wed, 30 Jul 2008 17:18:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14404</guid>
		<description>Thanks for this ,

how would i have 2 rows?  ive been playing with it but it stretches and the main image becomes smaller,  but i need more images and no scroll

thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this ,</p>
<p>how would i have 2 rows?  ive been playing with it but it stretches and the main image becomes smaller,  but i need more images and no scroll</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14347</link>
		<author>peterd</author>
		<pubDate>Fri, 25 Jul 2008 19:34:06 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14347</guid>
		<description>MarcMM,

The easiest way is probably to set a &lt;code&gt;completeEffect&lt;/code&gt; on the image/thumbnail:

&lt;pre class="code"&gt;
&#60;mx:Image id="img"
        source="{horizontalList.selectedItem.fullImage}"
        maintainAspectRatio="true"
        horizontalAlign="center"
        width="{horizontalList.width}"
        height="100%"
        completeEffect="Fade" /&#62;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>MarcMM,</p>
<p>The easiest way is probably to set a <code>completeEffect</code> on the image/thumbnail:</p>
<pre class="code">
&lt;mx:Image id="img"
        source="{horizontalList.selectedItem.fullImage}"
        maintainAspectRatio="true"
        horizontalAlign="center"
        width="{horizontalList.width}"
        height="100%"
        completeEffect="Fade" /&gt;
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarcMM</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14345</link>
		<author>MarcMM</author>
		<pubDate>Fri, 25 Jul 2008 19:12:21 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14345</guid>
		<description>fixed the thumbail problem,   just took time playing with the code.

how would i go about adding transisions to the large images.   fade in etc

thanks</description>
		<content:encoded><![CDATA[<p>fixed the thumbail problem,   just took time playing with the code.</p>
<p>how would i go about adding transisions to the large images.   fade in etc</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14295</link>
		<author>Lisa</author>
		<pubDate>Wed, 23 Jul 2008 01:15:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14295</guid>
		<description>Id like to change the size of the thumbnails and have 2 rows,   but then i messed up the area for the large image.    any ideas
thanks
beautiful work</description>
		<content:encoded><![CDATA[<p>Id like to change the size of the thumbnails and have 2 rows,   but then i messed up the area for the large image.    any ideas<br />
thanks<br />
beautiful work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krittiya</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14288</link>
		<author>Krittiya</author>
		<pubDate>Tue, 22 Jul 2008 16:52:58 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14288</guid>
		<description>Is there a way to set lineScrollsize of the scrollbar in HorizontalList ? 
In this example, when you click at the scrollbar 's arrow, one item is scrolled at a time. I'm looking for a way to make more than one item to scroll at a time.  Any example will be appreciated . Thanks!</description>
		<content:encoded><![CDATA[<p>Is there a way to set lineScrollsize of the scrollbar in HorizontalList ?<br />
In this example, when you click at the scrollbar &#8217;s arrow, one item is scrolled at a time. I&#8217;m looking for a way to make more than one item to scroll at a time.  Any example will be appreciated . Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amar</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14196</link>
		<author>amar</author>
		<pubDate>Thu, 17 Jul 2008 13:12:04 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comment-14196</guid>
		<description>code was-
&lt;pre class="code"&gt;
&#60;mx:HorizontalList xmlns:mx=”http://www.adobe.com/2006/mxml” width=”442″ height=”86″&#62;
&#60;mx:Button label="next" /&#62;
&#60;mx:Button label="next" /&#62;
&#60;mx:Button label="Prev" /&#62;
&#60;/mx:HorizontalList&#62;
&lt;/pre&gt;
	
actually i  m making a custom component.Problem is as written above.


Thanks &#38; Regards!
Amar!
amarshukla123@gmail.com</description>
		<content:encoded><![CDATA[<p>code was-</p>
<pre class="code">
&lt;mx:HorizontalList xmlns:mx=”http://www.adobe.com/2006/mxml” width=”442″ height=”86″&gt;
&lt;mx:Button label="next" /&gt;
&lt;mx:Button label="next" /&gt;
&lt;mx:Button label="Prev" /&gt;
&lt;/mx:HorizontalList&gt;
</pre>
<p>actually i  m making a custom component.Problem is as written above.</p>
<p>Thanks &amp; Regards!<br />
Amar!<br />
<a href="mailto:amarshukla123@gmail.com">amarshukla123@gmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
