<?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 (redux)</title>
	<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 16:34:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Flex Noob</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-16725</link>
		<author>Flex Noob</author>
		<pubDate>Sun, 16 Nov 2008 07:32:05 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-16725</guid>
		<description>Hi.. i love this..

but how do you ensure that the pics are of the right size?
i tried on the codes but my pics are either blur on the centre screen or they have a scrollbar on each images..


Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi.. i love this..</p>
<p>but how do you ensure that the pics are of the right size?<br />
i tried on the codes but my pics are either blur on the centre screen or they have a scrollbar on each images..</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-16535</link>
		<author>peterd</author>
		<pubDate>Mon, 03 Nov 2008 16:29:46 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-16535</guid>
		<description>flex lover,

Use the TileList control.

Peter</description>
		<content:encoded><![CDATA[<p>flex lover,</p>
<p>Use the TileList control.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flex lover</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-16532</link>
		<author>flex lover</author>
		<pubDate>Mon, 03 Nov 2008 14:30:30 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-16532</guid>
		<description>how would you do 2 rows for the thumbnails?

thanks for a great gallery</description>
		<content:encoded><![CDATA[<p>how would you do 2 rows for the thumbnails?</p>
<p>thanks for a great gallery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Beginner</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15781</link>
		<author>Flex Beginner</author>
		<pubDate>Mon, 22 Sep 2008 00:07:59 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15781</guid>
		<description>I forgot to mention I don't really want to use the pop-up for the video - that would be too ez lol</description>
		<content:encoded><![CDATA[<p>I forgot to mention I don&#8217;t really want to use the pop-up for the video - that would be too ez lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Beginner</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15780</link>
		<author>Flex Beginner</author>
		<pubDate>Mon, 22 Sep 2008 00:06:11 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15780</guid>
		<description>You *$%^&#38; :)

I had just got the previous version working to play video instead of showing images - now I have to redo it for this version.

Its going to be more complicated - I cant really load a video on every image mouseover (?) - that would kill the app I am sure.

So I should load the image as above and then load the video on click. (BTW, is there a reason you chose doubleclick rather than single?).

So my main question is what would be the best way? - I was thinking of using a stack and bringing the video up when the image is clicked.  I would create a new stack on every image mouseover, if I am right then the video doesn't load until it comes into view.....

Does that make sense or can you think of a better way?

Great site BTW - I have learned more browsing on here and playing with your samples for a few days than 2 weeks using tutorials etc.

Damian</description>
		<content:encoded><![CDATA[<p>You *$%^&amp; :)</p>
<p>I had just got the previous version working to play video instead of showing images - now I have to redo it for this version.</p>
<p>Its going to be more complicated - I cant really load a video on every image mouseover (?) - that would kill the app I am sure.</p>
<p>So I should load the image as above and then load the video on click. (BTW, is there a reason you chose doubleclick rather than single?).</p>
<p>So my main question is what would be the best way? - I was thinking of using a stack and bringing the video up when the image is clicked.  I would create a new stack on every image mouseover, if I am right then the video doesn&#8217;t load until it comes into view&#8230;..</p>
<p>Does that make sense or can you think of a better way?</p>
<p>Great site BTW - I have learned more browsing on here and playing with your samples for a few days than 2 weeks using tutorials etc.</p>
<p>Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15699</link>
		<author>peterd</author>
		<pubDate>Thu, 18 Sep 2008 15:25:01 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15699</guid>
		<description>kroikie,

That sounds odd. Can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case and somebody can take a look at it.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>kroikie,</p>
<p>That sounds odd. Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple test case and somebody can take a look at it.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kroikie</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15628</link>
		<author>kroikie</author>
		<pubDate>Tue, 16 Sep 2008 17:50:15 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15628</guid>
		<description>i have an application with two canvases.

each canvas is shown by clicking on a tab in a tabbar.

when the first tab bar is displayed an image is shown but when i click on the second tab and return to the first everything is as i left it except for the image, it is blank.

when i debug the image source is not null neither is the bitmapData of the source.

can you tell me why my image is disappearing?

TIA.

love your blog

kroikie.</description>
		<content:encoded><![CDATA[<p>i have an application with two canvases.</p>
<p>each canvas is shown by clicking on a tab in a tabbar.</p>
<p>when the first tab bar is displayed an image is shown but when i click on the second tab and return to the first everything is as i left it except for the image, it is blank.</p>
<p>when i debug the image source is not null neither is the bitmapData of the source.</p>
<p>can you tell me why my image is disappearing?</p>
<p>TIA.</p>
<p>love your blog</p>
<p>kroikie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Direwolf</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15599</link>
		<author>Direwolf</author>
		<pubDate>Mon, 15 Sep 2008 16:45:16 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-15599</guid>
		<description>Is that possible to dragging thumbnails and drop it panel for preview ?

How can i get dragInitiator for using  DragManager.doDrag(dragInitiator, dragSource, event, dragProxy); 

I try

var dragInitiator:Image = event.currentTarget as Image; 
var dragInitiator:Image = event.currentTarget.selectedItem as Image; 

but doesn't works.</description>
		<content:encoded><![CDATA[<p>Is that possible to dragging thumbnails and drop it panel for preview ?</p>
<p>How can i get dragInitiator for using  DragManager.doDrag(dragInitiator, dragSource, event, dragProxy); </p>
<p>I try</p>
<p>var dragInitiator:Image = event.currentTarget as Image;<br />
var dragInitiator:Image = event.currentTarget.selectedItem as Image; </p>
<p>but doesn&#8217;t works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flex mom</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-14657</link>
		<author>flex mom</author>
		<pubDate>Wed, 13 Aug 2008 00:58:21 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-14657</guid>
		<description>Excellent!!!
i love the rollover effect.</description>
		<content:encoded><![CDATA[<p>Excellent!!!<br />
i love the rollover effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MechanisM</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-14546</link>
		<author>MechanisM</author>
		<pubDate>Thu, 07 Aug 2008 23:05:30 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comment-14546</guid>
		<description>Great Example!! And Best Flex Blog ever!!
And I also want to ask some advanced examples of SWF Address
to get urls like  http://host/application/#/State/SelectedIndex</description>
		<content:encoded><![CDATA[<p>Great Example!! And Best Flex Blog ever!!<br />
And I also want to ask some advanced examples of SWF Address<br />
to get urls like  <a href="http://host/application/#/State/SelectedIndex" rel="nofollow">http://host/application/#/State/SelectedIndex</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
