<?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>Sérgio's blog &#187; Flex</title>
	<atom:link href="http://www.smachado.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smachado.com</link>
	<description>About computers, software, gadgets, programming and more....</description>
	<lastBuildDate>Sun, 16 May 2010 20:40:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex 3 SDK: First Steps</title>
		<link>http://www.smachado.com/2009/09/flex-3-sdk-first-steps/</link>
		<comments>http://www.smachado.com/2009/09/flex-3-sdk-first-steps/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 00:07:15 +0000</pubDate>
		<dc:creator>smachado</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.smachado.com/?p=118</guid>
		<description><![CDATA[This post will guide you to install Flex SDK 3.4 on Windows XP and compile and run the examples on it. We&#8217;ll be using the command line, a text editor. No Flex Builder.
Step 1:
Download Flex SDK 3.4 to your computer.
Step 2:
Extract to c:\flex_sdk_3.4
Step 3:
Browse to C:\flex_sdk_3.4\runtimes\player\10\win and run:
Install Flash Player 10 ActiveX.exe
Install Flash Player 10 [...]]]></description>
			<content:encoded><![CDATA[<p>This post will guide you to install Flex SDK 3.4 on Windows XP and compile and run the examples on it. We&#8217;ll be using the command line, a text editor. No Flex Builder.</p>
<p><strong>Step 1:</strong></p>
<p>Download Flex SDK 3.4 to your computer.</p>
<p><strong>Step 2:</strong></p>
<p>Extract to c:\flex_sdk_3.4</p>
<p><strong>Step 3:</strong></p>
<p>Browse to C:\flex_sdk_3.4\runtimes\player\10\win and run:</p>
<p>Install Flash Player 10 ActiveX.exe</p>
<p>Install Flash Player 10 Plugin.exe</p>
<p><strong>Step 4:</strong></p>
<p>Browse to C:\flex_sdk_3.4\samples\explorer</p>
<p><strong>Step 5:</strong></p>
<p>Run build.bat</p>
<p>This will take a while because it will recursively compile all mxml files.</p>
<p><strong>Step 6:</strong></p>
<p>Run explorer.html</p>
<p>Experiment with the samples provided.</p>
<p><strong>Step 7:</strong></p>
<p>Let&#8217;s create an hello world application. Using an editor of your choice create a text file and save it as &#8220;helloworld.mxml&#8221; &#8211; the directory doesn&#8217;t really matter but let&#8217;s say c:\helloworld\.</p>
<p><strong>Step 8:</strong></p>
<p>Copy the following xml text into the helloworld.mxml file.</p>
<blockquote><p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com /2006/mxml&#8221;&gt;<br />
&lt;mx:HBox&gt;<br />
&lt;mx:Label text=&#8221;Hello World from Flex!&#8221;/&gt;<br />
&lt;/mx:HBox&gt;<br />
&lt;/mx:Application&gt;</p></blockquote>
<p><strong>Step 9:</strong></p>
<p>Compile your mxml file into an swf file using the following command at the command prompt:</p>
<p>C:\flex_sdk_3.4\bin\mxmlc.exe helloworld.mxml</p>
<p><strong>Step 10:</strong></p>
<p>Run your swf file. The Flash player should open and execute your file. Your &#8220;Hello World from Flex&#8221; message will show up.</p>
<p><strong>References:</strong></p>
<p><a title="http://livedocs.adobe.com/flex/3/html/" href="http://livedocs.adobe.com/flex/3/html/" target="_blank">http://livedocs.adobe.com/flex/3/html/</a></p>
<p><a title="http://www.adobe.com/support/documentation/en/flex/" href="http://www.adobe.com/support/documentation/en/flex/" target="_blank">http://www.adobe.com/support/documentation/en/flex/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smachado.com/2009/09/flex-3-sdk-first-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
