<?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>Simeon Says &#187; Flex Builder</title>
	<atom:link href="http://blog.simb.net/tag/flex-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simb.net</link>
	<description>Because I said so...</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:23:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Download Flex Builder 3.2</title>
		<link>http://blog.simb.net/2008/11/21/download-flex-builder-32/</link>
		<comments>http://blog.simb.net/2008/11/21/download-flex-builder-32/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 22:54:55 +0000</pubDate>
		<dc:creator>Simeon</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>

		<guid isPermaLink="false">http://blog.simb.net/?p=1807</guid>
		<description><![CDATA[That title is a bit misleading because really you are downloading Flex Builder 3.0.2 which corresponds with Flex SDK 3.2. But since I was typing it wrong the search results were not that great so I wanted to post the url for the updater on Adobe&#8217;s Site. Download Adobe Flex Builder 3.0.2 Updater]]></description>
			<content:encoded><![CDATA[<p>That title is a bit misleading because really you are downloading Flex Builder 3.0.2 which corresponds with Flex SDK 3.2.</p>
<p>But since I was typing it wrong the search results were not that great so I wanted to post the url for the  updater on Adobe&#8217;s Site.</p>
<p><a href="http://www.adobe.com/support/flex/downloads_updaters.html">Download Adobe Flex Builder 3.0.2 Updater</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simb.net/2008/11/21/download-flex-builder-32/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Started with Flex 4 (Gumbo)</title>
		<link>http://blog.simb.net/2008/10/06/getting-started-with-flex-4-gumbo/</link>
		<comments>http://blog.simb.net/2008/10/06/getting-started-with-flex-4-gumbo/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 00:04:25 +0000</pubDate>
		<dc:creator>Simeon</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[gumbo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[simeon says]]></category>

		<guid isPermaLink="false">http://blog.simb.net/?p=1733</guid>
		<description><![CDATA[In order to start playing with the code in gumbo, you need to get the source for the framework from the Adobe Open Source Website. From there you can add it as an available Flex SDK in Flex Builder and start to play with the code. Mike Chambers has a good blog post on how [...]]]></description>
			<content:encoded><![CDATA[<p>In order to start playing with the code in gumbo, you need to get the source for the framework from the <a href="http://opensource.adobe.com/wiki/display/site/Home">Adobe Open Source Website</a>. From there you can add it as an available Flex SDK in Flex Builder and start to play with the code.  </p>
<p><a href="http://www.mikechambers.com/blog/2008/08/28/getting-started-with-flex-4-fxg-and-flex-builder-3/">Mike Chambers</a> has a good blog post on how to set this up, but I have also prepared a screencast to show you how to set this up.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/q468vT_SS0Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/q468vT_SS0Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><a href='http://s3.amazonaws.com/sim_says_screencast/GumboBuilder.mp4' >Full Size Video Here</a></p>
<p>The final code for this demo looks like this.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;">&lt; ?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;application</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> <span style="color: #000066;">xmlns:mx</span>=<span style="color: #ff0000;">&quot;library:adobe/flex/halo&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;mx</span> :Button <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;Halo Button&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;button</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;Gumbo Button&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/application<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Note. The Application and Button tags above should be upper case, but every time I save wordpress lowercases them. Show Just know that < Application /> and < Button /> are references to classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simb.net/2008/10/06/getting-started-with-flex-4-gumbo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://s3.amazonaws.com/sim_says_screencast/GumboBuilder.mp4" length="18473410" type="video/mp4" />
		</item>
	</channel>
</rss>
