<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexLayouts</title>
	<atom:link href="http://flexlayouts.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexlayouts.org</link>
	<description>An open source library of custom Flex 4 layouts</description>
	<lastBuildDate>Wed, 04 May 2011 17:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>More Samples</title>
		<link>http://flexlayouts.org/2011/05/more-samples/</link>
		<comments>http://flexlayouts.org/2011/05/more-samples/#comments</comments>
		<pubDate>Wed, 04 May 2011 17:19:27 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[circlelayout]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rectanglelayout]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=233</guid>
		<description><![CDATA[We added two additional samples to the gallery. A clock face powered by CircleLayout. And a monopoly-esque gameboard powered by RectangleLayout. Please see our recent article The Power of Layouts in RIA Rock Stars for more details or check out the gallery if you just want to see the samples. Also in the news, you [...]]]></description>
			<content:encoded><![CDATA[<p>We added two additional samples to the gallery.  A <a href="http://flexlayouts.org/2011/01/circlelayout/#more-samples">clock face</a> powered by <a href="http://flexlayouts.org/2011/01/circlelayout/">CircleLayout</a>. And a <a href="http://flexlayouts.org/2011/01/rectanglelayout/#more-samples">monopoly-esque gameboard</a> powered by <a href="http://flexlayouts.org/2011/01/rectanglelayout/">RectangleLayout</a>. Please see our recent article <a href="http://riarockstars.com/2011/04/15/the-power-of-layouts/">The Power of Layouts</a> in RIA Rock Stars for more details or check out the gallery if you just want to see the samples. Also in the news, you can now find all your favorite custom layouts in the <a href="http://flex.org/tour/">Tour de Flex</a> (just go to <i>Other Componets &gt; Layouts</i>).<span id="more-233"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/05/more-samples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release v0.7</title>
		<link>http://flexlayouts.org/2011/04/release-v07/</link>
		<comments>http://flexlayouts.org/2011/04/release-v07/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 21:44:51 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=216</guid>
		<description><![CDATA[A somewhat minor update, but it produces excellent visuals. Release v0.7 includes the addition of a rotateElements parameter to both CircleLayout and RectangleLayout. As always, the latest FlexLayouts library is available for immediate download. All code is MIT and available on github. Setting rotateElements to true makes all of the elements in the layout point [...]]]></description>
			<content:encoded><![CDATA[<p>A somewhat minor update, but it produces excellent visuals.  Release v0.7 includes the addition of a <code>rotateElements</code> parameter to both <a href="http://flexlayouts.org/2011/01/circlelayout/">CircleLayout</a> and <a href="http://flexlayouts.org/2011/01/rectanglelayout/">RectangleLayout</a>.  As always, the latest FlexLayouts library is available for immediate <a href="https://github.com/saturnboy/flexlayouts/downloads">download</a>.  All code is MIT and available on <a href="http://github.com/saturnboy/flexlayouts">github</a>.<br />
<span id="more-216"></span><br />
Setting <code>rotateElements</code> to <code>true</code> makes all of the elements in the layout point outwards.  For example, you could use two separate <code>CircleLayout</code>&#8216;s to construct a clock.  One with  <code>rotateElements=&quot;false&quot;</code> for the numbers on the face (because they always point upwards).  And another with <code>rotateElements=&quot;true&quot;</code> for the tickmarks (a bunch of rotated rectangles).</p>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/04/release-v07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release v0.6.1</title>
		<link>http://flexlayouts.org/2011/01/release-v061/</link>
		<comments>http://flexlayouts.org/2011/01/release-v061/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 05:26:15 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=207</guid>
		<description><![CDATA[A nice Oops release to fix a minor bug in RectangleLayout. This is what we get for releasing too fast. The latest FlexLayouts library is available for immediate download. All code is MIT and available on github. Additionally, all layout samples (and sample code) in the gallery were updated to include the libs folder. Most [...]]]></description>
			<content:encoded><![CDATA[<p>A nice <i>Oops</i> release to fix a minor bug in <a href="http://flexlayouts.org/2011/01/rectanglelayout/">RectangleLayout</a>. This is what we get for releasing too fast.  The latest FlexLayouts library is available for immediate <a href="https://github.com/saturnboy/flexlayouts/downloads">download</a>.  All code is MIT and available on <a href="http://github.com/saturnboy/flexlayouts">github</a>.<br />
<span id="more-207"></span><br />
Additionally, all layout samples (and sample code) in the <a href="http://flexlayouts.org/gallery">gallery</a> were updated to include the <code>libs</code> folder.  Most importantly, this folder contains the latest <code>flexlayouts.swc</code>, but it also contains a useful helper library, aptly named <code>flexlayoutshelper.swc</code>.  This library has a <a href="http://saturnboy.com/2010/06/drawer-component-flex-4/">Drawer container</a> and some other convenience classes and components that are used to build the samples.  Nothing too interesting, and very customized to the needs of FlexLayouts, but everyone is welcome to check it out.  The helper library is on github <a href="https://github.com/saturnboy/flexlayouts/tree/master/libs/flexlayoutshelper">here</a> along with everything else, and is also MIT.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/01/release-v061/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release v0.6</title>
		<link>http://flexlayouts.org/2011/01/release-v06/</link>
		<comments>http://flexlayouts.org/2011/01/release-v06/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 05:18:33 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=192</guid>
		<description><![CDATA[Hot on the heels of v0.5.1 comes release v0.6, with two new custom Flex 4 layouts for your pleasure: CircleLayout and RectangleLayout. As always, the latest FlexLayouts library is available for immediate download. All code is MIT and available on github. We&#8217;ve delivered the goods as promised. But there&#8217;s still lots more to come.]]></description>
			<content:encoded><![CDATA[<p>Hot on the heels of <a href="http://flexlayouts.org/2011/01/release-v051/">v0.5.1</a> comes release v0.6, with two new custom Flex 4 layouts for your pleasure: <a href="http://flexlayouts.org/2011/01/circlelayout/">CircleLayout</a> and <a href="http://flexlayouts.org/2011/01/rectanglelayout/">RectangleLayout</a>.  As always, the latest FlexLayouts library is available for immediate <a href="https://github.com/saturnboy/flexlayouts/downloads">download</a>.  All code is MIT and available on <a href="http://github.com/saturnboy/flexlayouts">github</a>.<br />
<span id="more-192"></span><br />
We&#8217;ve delivered the goods as promised.  But there&#8217;s still lots more to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/01/release-v06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RectangleLayout</title>
		<link>http://flexlayouts.org/2011/01/rectanglelayout/</link>
		<comments>http://flexlayouts.org/2011/01/rectanglelayout/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 04:53:58 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[rectanglelayout]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=179</guid>
		<description><![CDATA[RectangleLayout is a custom layout that arranges visual components in a rectangle along the inside border of their parent container. For example, RectangleLayout could be used to arrange the tiles of a board game like Monopoly (but you&#8217;d need to set rotateElements=&#34;true&#34;). Usage &#60;s:Group&#62; ... &#60;s:layout&#62; &#60;s:RectangleLayout horizontalGap=&#34;2&#34; verticalGap=&#34;6&#34; rotateElements=&#34;true&#34; /&#62; &#60;/s:layout&#62; &#60;/s:Group&#62; Params horizontalGap [...]]]></description>
			<content:encoded><![CDATA[<p><code>RectangleLayout</code> is a custom layout that arranges visual components in a rectangle along the inside border of their parent container.  For example, <code>RectangleLayout</code> could be used to arrange the tiles of a board game like Monopoly (but you&#8217;d need to set <code>rotateElements=&quot;true&quot;</code>).<br />
<span id="more-179"></span></p>
<h3>Usage</h3>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span><span style="color: #7400FF;">&gt;</span></span>
    ...
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:RectangleLayout</span> horizontalGap=<span style="color: #ff0000;">&quot;2&quot;</span> verticalGap=<span style="color: #ff0000;">&quot;6&quot;</span> rotateElements=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Group</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<h3>Params</h3>
<dl>
<dt>horizontalGap</dt>
<dd>The horizontal space between the items in pixels.</dd>
<dt>verticalGap</dt>
<dd>The vertical space between the items in pixels.</dd>
<dt>rotateElements</dt>
<dd>If <code>true</code>, then all elements in the layout will be rotated to point outwards.  If <code>false</code> (the default), then the elements are un-rotated (aka they all point upwards).</dd>
</dl>
<h3>Sample</h3>
<p class="quiet bottom">NOTE: watch what happens as you move the <i>num boxes</i> slider.</p>
<div id="sample-rectangle">
Flash is required.  <a href="http://www.adobe.com/go/getflashplayer">Get it here!</a>
</div>
<p><a href="http://flexlayouts.org/samples/rectangle/RectangleLayoutSample.html">full screen</a> | <a href="http://flexlayouts.org/samples/rectangle/srcview/index.html">view source</a> | <a href="http://flexlayouts.org/samples/rectangle/srcview/RectangleLayoutSample.zip">download</a></p>
<h3>More Samples</h3>
<p><a name="more-samples"></a></p>
<div class="span-15 last" style="padding-top:12px;">
<div class="span-5 last">
<p><b>MonopolyBoard</b></p>
<p style="margin:0;"><a href="http://flexlayouts.org/samples/monopoly_board/MonopolyBoard.html"><img src="http://flexlayouts.org/samples/monopoly_board/MonopolyBoard.png" alt="MonopolyBoard" title="MonopolyBoard" width="150" height="150" /></a></p>
<p><a href="http://flexlayouts.org/samples/monopoly_board/MonopolyBoard.html">full screen</a> | <a href="http://flexlayouts.org/samples/monopoly_board/srcview/index.html">view source</a> | <a href="http://flexlayouts.org/samples/monopoly_board/srcview/MonopolyBoard.zip">download</a></p>
</div>
</div>
<h3>Author</h3>
<p>Layout &amp; sample by <a href="http://saturnboy.com/">Justin</a>.</p>
<div>
<script type="text/javascript">
swfobject.embedSWF('http://flexlayouts.org/samples/rectangle/RectangleLayoutSample.swf', 'sample-rectangle', '620', '420', '10.0.0', 'playerProductInstall.swf', false, { bgColor:'#eeeeee', base:'.' });
</script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/01/rectanglelayout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CircleLayout</title>
		<link>http://flexlayouts.org/2011/01/circlelayout/</link>
		<comments>http://flexlayouts.org/2011/01/circlelayout/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 04:46:58 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[circlelayout]]></category>
		<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=173</guid>
		<description><![CDATA[CircleLayout is a custom layout that arranges visual components in a circle so that they fit entirely inside their parent container. For example, CircleLayout could be used to arrange the numbers in a clock. Usage &#60;s:Group&#62; ... &#60;s:layout&#62; &#60;s:CircleLayout rotation=&#34;-90&#34; rotateElements=&#34;true&#34; /&#62; &#60;/s:layout&#62; &#60;/s:Group&#62; Params rotation The extra angular offset (in degrees) from zero. rotateElements [...]]]></description>
			<content:encoded><![CDATA[<p><code>CircleLayout</code> is a custom layout that arranges visual components in a circle so that they fit entirely inside their parent container.  For example, <code>CircleLayout</code> could be used to arrange the numbers in a clock.<br />
<span id="more-173"></span></p>
<h3>Usage</h3>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span><span style="color: #7400FF;">&gt;</span></span>
    ...
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:CircleLayout</span> rotation=<span style="color: #ff0000;">&quot;-90&quot;</span> rotateElements=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Group</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<h3>Params</h3>
<dl>
<dt>rotation</dt>
<dd>The extra angular offset (in degrees) from zero.</dd>
<dt>rotateElements</dt>
<dd>If <code>true</code>, then all elements in the layout will be rotated to point outwards.  If <code>false</code> (the default), then the elements are un-rotated (aka they all point upwards).</dd>
</dl>
<h3>Sample</h3>
<div id="sample-circle">
Flash is required.  <a href="http://www.adobe.com/go/getflashplayer">Get it here!</a>
</div>
<p><a href="http://flexlayouts.org/samples/circle/CircleLayoutSample.html">full screen</a> | <a href="http://flexlayouts.org/samples/circle/srcview/index.html">view source</a> | <a href="http://flexlayouts.org/samples/circle/srcview/CircleLayoutSample.zip">download</a></p>
<h3>More Samples</h3>
<p><a name="more-samples"></a></p>
<div class="span-15 last" style="padding-top:12px;">
<div class="span-5 last">
<p><b>ClockFace</b></p>
<p style="margin:0;"><a href="http://flexlayouts.org/samples/clock_face/ClockFace.html"><img src="http://flexlayouts.org/samples/clock_face/ClockFace.png" alt="ClockFace" title="ClockFace" width="150" height="150" /></a></p>
<p><a href="http://flexlayouts.org/samples/clock_face/ClockFace.html">full screen</a> | <a href="http://flexlayouts.org/samples/clock_face/srcview/index.html">view source</a> | <a href="http://flexlayouts.org/samples/clock_face/srcview/ClockFace.zip">download</a></p>
</div>
</div>
<h3>Author</h3>
<p>Layout &amp; sample by <a href="http://saturnboy.com/">Justin</a>.</p>
<div>
<script type="text/javascript">
swfobject.embedSWF('http://flexlayouts.org/samples/circle/CircleLayoutSample.swf', 'sample-circle', '620', '420', '10.0.0', 'playerProductInstall.swf', false, { bgColor:'#eeeeee', base:'.' });
</script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/01/circlelayout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Release v0.5.1</title>
		<link>http://flexlayouts.org/2011/01/release-v051/</link>
		<comments>http://flexlayouts.org/2011/01/release-v051/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 05:01:19 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=161</guid>
		<description><![CDATA[Here&#8217;s a small maintenance release to fix some bugs in FlowLayout and SnakeLayout. The FlexLayouts library v0.5.1 is available for immediate download. All code is MIT and available on github. Status Update We&#8217;ve taken a lengthy break since the initial v0.5 release, but now it&#8217;s on like Donkey Kong. We expect some beta layout code [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a small maintenance release to fix some bugs in <a href="http://flexlayouts.org/2010/08/flowlayout/">FlowLayout</a> and <a href="http://flexlayouts.org/2010/08/snakelayout/">SnakeLayout</a>.  The FlexLayouts library v0.5.1 is available for immediate <a href="https://github.com/saturnboy/flexlayouts/downloads">download</a>.  All code is MIT and available on <a href="http://github.com/saturnboy/flexlayouts">github</a>.<br />
<span id="more-161"></span></p>
<h3>Status Update</h3>
<p>We&#8217;ve taken a lengthy break since the initial v0.5 release, but now it&#8217;s on like Donkey Kong.  We expect some beta layout code will arrive in <a href="http://github.com/saturnboy/flexlayouts">github</a> in the very near future.  Additionally, we hope to show up in <a href="http://www.adobe.com/devnet/flex/tourdeflex/">Tour De Flex</a> in the coming months (alongside samples from the <i><a href="http://evtimmy.com/">The Godfather</a></i> himself!).</p>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2011/01/release-v051/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release v0.5</title>
		<link>http://flexlayouts.org/2010/08/release-v05/</link>
		<comments>http://flexlayouts.org/2010/08/release-v05/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 02:19:06 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=142</guid>
		<description><![CDATA[Our first public release is out. Woo hoo! The FlexLayouts library v0.5 is available for download. All code is MIT and available on github. After a lot of hard procrastinating, we are happy to finally deliver our initial public release with two custom layouts for your pleasure: FlowLayout and SnakeLayout. Documentation and sample code are [...]]]></description>
			<content:encoded><![CDATA[<p>Our first public release is out. Woo hoo!  The FlexLayouts library v0.5 is available for <a href="http://github.com/saturnboy/flexlayouts/downloads">download</a>.  All code is MIT and available on <a href="http://github.com/saturnboy/flexlayouts">github</a>.</p>
<p>After a lot of hard procrastinating, we are happy to finally deliver our initial public release with two custom layouts for your pleasure: <a href="http://flexlayouts.org/2010/08/flowlayout/">FlowLayout</a> and <a href="http://flexlayouts.org/2010/08/snakelayout/">SnakeLayout</a>.   Documentation and sample code are included in <a href="http://flexlayouts.org/gallery/">The Gallery</a>.<br />
<span id="more-142"></span></p>
<h3>Our Mission</h3>
<p>Our mission is to simplify and accelerate custom component creation in Flex 4 by providing an open source library of custom Flex 4 layouts.  Layouts are easily one of the most portable and re-usable pieces of code from project to project.  They are also amazingly powerful and flexible.  Thus we feel it only makes sense to package a set of high quality, well tested, Flex 4 layouts into a ready-to-use layout library.</p>
<h3>The Future</h3>
<p>We decided to start small with just two custom layouts in the initial release.  The plan was to make something available as soon as possible, open the doors to community involvement, and then worry about filling in the gaps.  We expect to be adding a more <a href="http://www.flexstuff.co.uk/2009/11/06/flex-4-animated-timemachine-layout/">great</a> <a href="http://www.flexstuff.co.uk/2009/12/23/flex-4-coverflow-layout/">layouts</a> to the library on a regular basis.</p>
<p>Please download and enjoy,</p>
<p>&mdash; Justin &amp; Gilles</p>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2010/08/release-v05/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SnakeLayout</title>
		<link>http://flexlayouts.org/2010/08/snakelayout/</link>
		<comments>http://flexlayouts.org/2010/08/snakelayout/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 21:18:49 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[snakelayout]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=131</guid>
		<description><![CDATA[SnakeLayout is a custom layout that arranges visual components in order, row by row, just like FlowLayout, but flops the direction and starting point with each successive row. For example, the first row is left-to-right starting at the left edge of the container, the second row is right-to-left starting at the right edge, and so [...]]]></description>
			<content:encoded><![CDATA[<p><code>SnakeLayout</code> is a custom layout that arranges visual components in order, row by row, just like <code>FlowLayout</code>, but flops the direction and starting point with each successive row.  For example, the first row is left-to-right starting at the left edge of the container, the second row is right-to-left starting at the right edge, and so on.<br />
<span id="more-131"></span></p>
<h3>Usage</h3>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span><span style="color: #7400FF;">&gt;</span></span>
    ...
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:SnakeLayout</span> horizontalGap=<span style="color: #ff0000;">&quot;4&quot;</span> verticalGap=<span style="color: #ff0000;">&quot;8&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Group</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<h3>Params</h3>
<dl>
<dt>horizontalGap</dt>
<dd>The horizontal space between the items in pixels.</dd>
<dt>verticalGap</dt>
<dd>The vertical space between the items in pixels.</dd>
</dl>
<h3>Sample</h3>
<p class="quiet bottom">NOTE: watch what happens as you move the <i>num boxes</i> slider.</p>
<div id="sample-snake">
Flash is required.  <a href="http://www.adobe.com/go/getflashplayer">Get it here!</a>
</div>
<p><a href="http://flexlayouts.org/samples/snake/SnakeLayoutSample.html">full screen</a> | <a href="http://flexlayouts.org/samples/snake/srcview/index.html">view source</a> | <a href="http://flexlayouts.org/samples/snake/srcview/SnakeLayoutSample.zip">download</a></p>
<h3>Author</h3>
<p>Layout &amp; sample by <a href="http://saturnboy.com/">Justin</a>, based on <a href="http://flexlayouts.org/2010/08/flowlayout/">FlowLayout</a>, which is in turn based on <a href="http://evtimmy.com/2009/06/flowlayout-a-spark-custom-layout-example/">example code</a> by Evtim <i>The Godfather</i> Georgiv.</p>
<div>
<script type="text/javascript">
swfobject.embedSWF('http://flexlayouts.org/samples/snake/SnakeLayoutSample.swf', 'sample-snake', '620', '420', '10.0.0', 'playerProductInstall.swf', false, { bgColor:'#eeeeee', base:'.' });
</script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2010/08/snakelayout/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FlowLayout</title>
		<link>http://flexlayouts.org/2010/08/flowlayout/</link>
		<comments>http://flexlayouts.org/2010/08/flowlayout/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 21:10:59 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flowlayout]]></category>
		<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://flexlayouts.org/?p=123</guid>
		<description><![CDATA[FlowLayout is a custom layout that arranges visual components in order, left-to-right, row by row, just like the words in a book. It works best arranging items with different widths (but the same height). When used with uniformly sized items, FlowLayout degenerates into a basic TileLayout. Usage &#60;s:Group&#62; ... &#60;s:layout&#62; &#60;s:FlowLayout horizontalGap=&#34;4&#34; verticalGap=&#34;8&#34; /&#62; &#60;/s:layout&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><code>FlowLayout</code> is a custom layout that arranges visual components in order, left-to-right, row by row, just like the words in a book.  It works best arranging items with different widths (but the same height).  When used with uniformly sized items, <code>FlowLayout</code> degenerates into a basic <code>TileLayout</code>.<br />
<span id="more-123"></span></p>
<h3>Usage</h3>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span><span style="color: #7400FF;">&gt;</span></span>
    ...
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:FlowLayout</span> horizontalGap=<span style="color: #ff0000;">&quot;4&quot;</span> verticalGap=<span style="color: #ff0000;">&quot;8&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Group</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<h3>Params</h3>
<dl>
<dt>horizontalGap</dt>
<dd>The horizontal space between the items in pixels.</dd>
<dt>verticalGap</dt>
<dd>The vertical space between the items in pixels.</dd>
<dt>padding</dt>
<dd>The spacing in pixels between all the boundaries of the container and the items within the container.</dd>
</dl>
<h3>Sample</h3>
<div id="sample-flow">
Flash is required.  <a href="http://www.adobe.com/go/getflashplayer">Get it here!</a>
</div>
<p><a href="http://flexlayouts.org/samples/flow/FlowLayoutSample.html">full screen</a> | <a href="http://flexlayouts.org/samples/flow/srcview/index.html">view source</a> | <a href="http://flexlayouts.org/samples/flow/srcview/FlowLayoutSample.zip">download</a></p>
<h3>Author</h3>
<p>Layout &amp; sample by <a href="http://saturnboy.com/">Justin</a>, based on <a href="http://evtimmy.com/2009/06/flowlayout-a-spark-custom-layout-example/">example code</a> by Evtim <i>The Godfather</i> Georgiv.</p>
<div>
<script type="text/javascript">
swfobject.embedSWF('http://flexlayouts.org/samples/flow/FlowLayoutSample.swf', 'sample-flow', '620', '420', '10.0.0', 'playerProductInstall.swf', false, { bgColor:'#eeeeee', base:'.' });
</script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://flexlayouts.org/2010/08/flowlayout/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

