<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Compiling Your First Flex 4 Application</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:15:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-3005</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-3005</guid>
		<description>Flex Builder 3 will not pick up syntax highlighting changes even when pointed at the new SDK.  Download &lt;a href=&quot;http://labs.adobe.com/technologies/flashbuilder4/&quot; rel=&quot;nofollow&quot;&gt;Flash Builder 4&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Flex Builder 3 will not pick up syntax highlighting changes even when pointed at the new SDK.  Download <a href="http://labs.adobe.com/technologies/flashbuilder4/" rel="nofollow">Flash Builder 4</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stef</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-3004</link>
		<dc:creator>Stef</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-3004</guid>
		<description>Hi, 

i have a flex builder 3  and  sdk 4  but when i use the fx script i don t have the colorized syntax do you know a solution  ? 

Regards 

Stephane</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>i have a flex builder 3  and  sdk 4  but when i use the fx script i don t have the colorized syntax do you know a solution  ? </p>
<p>Regards </p>
<p>Stephane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-2413</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Mon, 25 May 2009 04:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-2413</guid>
		<description>&lt;pre lang=&quot;xml&quot;&gt;&lt;s:Application xmlns=&quot;http://ns.adobe.com/mxml/2009&quot; xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
backgroundColor=&quot;red&quot;&gt;
  &lt;s:Group&gt;
    &lt;s:Rect left=&quot;20&quot; top=&quot;20&quot; width=&quot;100&quot; height=&quot;100&quot;&gt;
      &lt;s:stroke&gt;
        &lt;s:SolidColorStroke color=&quot;0x00FF00&quot; /&gt;
      &lt;/s:stroke&gt;
      &lt;s:fill&gt;
        &lt;s:SolidColor color=&quot;0x09BDFC&quot; /&gt;
      &lt;/s:fill&gt;
    &lt;/s:Rect&gt;
  &lt;/s:Group&gt;

  &lt;s:Button left=&quot;20&quot; bottom=&quot;5&quot; label=&quot;Hello World&quot; /&gt;
  
&lt;/s:Application&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s: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:s</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span></span>
<span style="color: #009900;"><span style="color: #000066;">backgroundColor</span>=<span style="color: #ff0000;">&quot;red&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Rect</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">top</span>=<span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;100&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:stroke<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:SolidColorStroke</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;0x00FF00&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:stroke<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:SolidColor</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;0x09BDFC&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:fill<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Rect<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Button</span> <span style="color: #000066;">left</span>=<span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">bottom</span>=<span style="color: #ff0000;">&quot;5&quot;</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;Hello World&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Application<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Lafrance</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-2409</link>
		<dc:creator>Greg Lafrance</dc:creator>
		<pubDate>Mon, 25 May 2009 04:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-2409</guid>
		<description>The Flex 4 sample apps I have tried in this blog have not compiled for me thus far. Would it be possible for you to bring them up to speed with the current SDK so they work without having to change anything?</description>
		<content:encoded><![CDATA[<p>The Flex 4 sample apps I have tried in this blog have not compiled for me thus far. Would it be possible for you to bring them up to speed with the current SDK so they work without having to change anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex 4 Gumbo Link Roundup: From http://seantheflexguy.com/blog/ &#171; Arunbluebrain&#8217;s Flex</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-819</link>
		<dc:creator>Flex 4 Gumbo Link Roundup: From http://seantheflexguy.com/blog/ &#171; Arunbluebrain&#8217;s Flex</dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-819</guid>
		<description>[...] Compiling Your First Flex 4 Application http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Compiling Your First Flex 4 Application <a href="http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/" rel="nofollow">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-479</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 25 Oct 2008 05:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-479</guid>
		<description>nice one</description>
		<content:encoded><![CDATA[<p>nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-203</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-203</guid>
		<description>I&#039;ve just been using a text editor and the command line mxmlc to write and compile the code for my Flex 4 posts.  Have you tried walking through the steps Peter outlined at http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/ ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just been using a text editor and the command line mxmlc to write and compile the code for my Flex 4 posts.  Have you tried walking through the steps Peter outlined at <a href="http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/" rel="nofollow">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lakshmikanthreddy</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-202</link>
		<dc:creator>lakshmikanthreddy</dc:creator>
		<pubDate>Tue, 19 Aug 2008 05:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-202</guid>
		<description>if i try to get the  tag then it is showing me the following namespace  xmlns:ns=&quot;library:adobe/flex/gumbo&quot; and this is happening for all the tags and i am unable to get  tag all those , i have just added new sdk to my Flex Builder 3 IDE , and configured it as the default , but when i create new project then it is showing the previous namespace only , if i manually change the namespace then some tags i am unable to get .</description>
		<content:encoded><![CDATA[<p>if i try to get the  tag then it is showing me the following namespace  xmlns:ns=&#8221;library:adobe/flex/gumbo&#8221; and this is happening for all the tags and i am unable to get  tag all those , i have just added new sdk to my Flex Builder 3 IDE , and configured it as the default , but when i create new project then it is showing the previous namespace only , if i manually change the namespace then some tags i am unable to get .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex 4 Gumbo Link Roundup: From getting started to skinning</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-166</link>
		<dc:creator>Flex 4 Gumbo Link Roundup: From getting started to skinning</dc:creator>
		<pubDate>Sat, 02 Aug 2008 17:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-166</guid>
		<description>[...] Compiling Your First Flex 4 Application http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Compiling Your First Flex 4 Application <a href="http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/" rel="nofollow">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan Sachdev</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/comment-page-1/#comment-135</link>
		<dc:creator>Chetan Sachdev</dc:creator>
		<pubDate>Mon, 21 Jul 2008 09:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/#comment-135</guid>
		<description>I also faced the same problem. I rerun the setup with &quot;Default Text File Type&quot;  as Unix. It doesn&#039;t installs every thing again, just updates the required files.</description>
		<content:encoded><![CDATA[<p>I also faced the same problem. I rerun the setup with &#8220;Default Text File Type&#8221;  as Unix. It doesn&#8217;t installs every thing again, just updates the required files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
