<?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: Getting Dirty with the Flex SDK &#8211; Slides and Recording</title>
	<atom:link href="http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/</link>
	<description>AIR, Flex / Flash, FMS, PushButton, Game... Developer</description>
	<lastBuildDate>Mon, 11 Jul 2011 19:09:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Developing games with PushButton Engine using Flex and Flash Builder &#124; Nate Beck - Adobeholic</title>
		<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/comment-page-1/#comment-6540</link>
		<dc:creator>Developing games with PushButton Engine using Flex and Flash Builder &#124; Nate Beck - Adobeholic</dc:creator>
		<pubDate>Tue, 27 Oct 2009 05:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=821#comment-6540</guid>
		<description>[...] a primer to the basics of contributing to or working with open source projects please check out my &quot;Getting Dirty with the Flex SDK&quot; post, more specifically the TechWed Presentation. [...]</description>
		<content:encoded><![CDATA[<p>[...] a primer to the basics of contributing to or working with open source projects please check out my &quot;Getting Dirty with the Flex SDK&quot; post, more specifically the TechWed Presentation. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonte Pouncil</title>
		<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/comment-page-1/#comment-3617</link>
		<dc:creator>Tonte Pouncil</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=821#comment-3617</guid>
		<description>Okay I got it working.  I was editing the wrong Label.as file.

Thanks!</description>
		<content:encoded><![CDATA[<p>Okay I got it working.  I was editing the wrong Label.as file.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/comment-page-1/#comment-3616</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=821#comment-3616</guid>
		<description>@Tonte

Hey, thanks for reading!

Okay, So if you&#039;re not seeing your &quot;woot&quot; label, make sure that your WootLabelTest is using your version of framework.swc instead of the default Flex SDK version.  To do this in &lt;del datetime=&quot;2009-07-23T02:31:40+00:00&quot;&gt;Flex&lt;/del&gt; Flash Builder:

- Right-click on the project, let&#039;s say WootLabelTest is your project, right click on that and go to properties.
- Click on &quot;Flex Build Path&quot; (or Actionscript Build Path if you&#039;re doing an AS only project).
- Click on the &quot;Library Path&quot; tab.
- Assuming you&#039;ve got your Flex SDK Library Project setup correctly, you can click &quot;Add Project&quot;.
- Select &quot;framework&quot; and hit &quot;OK&quot;, then do the same for &quot;rpc&quot;.
- They should show up in the Build path libraries box.
- Now you want to select framework and rpc in the Build path libraries box and move them above your Flex SDK.  Do this by selecting the project and clicking the up button.
- If your framework and rpc projects are above the Flex SDK in the &quot;Build path libraries&quot; box, you should be good to go.

The reason for those steps is it forces your project to use your version of framework.swc and rpc.swc instead of the one provided by the Flex SDK.

Also be sure that when setting up your Flex Library projects in Flash Builder that your &quot;Linked Resource&quot; is pointing to the correct place.  If it&#039;s not, the Flex Library project will be empty, and your swcs won&#039;t do anything.

Hopefully that clears some stuff up.  Let me know if that fixes things for you.

Cheers!</description>
		<content:encoded><![CDATA[<p>@Tonte</p>
<p>Hey, thanks for reading!</p>
<p>Okay, So if you&#8217;re not seeing your &#8220;woot&#8221; label, make sure that your WootLabelTest is using your version of framework.swc instead of the default Flex SDK version.  To do this in <del datetime="2009-07-23T02:31:40+00:00">Flex</del> Flash Builder:</p>
<p>- Right-click on the project, let&#8217;s say WootLabelTest is your project, right click on that and go to properties.<br />
- Click on &#8220;Flex Build Path&#8221; (or Actionscript Build Path if you&#8217;re doing an AS only project).<br />
- Click on the &#8220;Library Path&#8221; tab.<br />
- Assuming you&#8217;ve got your Flex SDK Library Project setup correctly, you can click &#8220;Add Project&#8221;.<br />
- Select &#8220;framework&#8221; and hit &#8220;OK&#8221;, then do the same for &#8220;rpc&#8221;.<br />
- They should show up in the Build path libraries box.<br />
- Now you want to select framework and rpc in the Build path libraries box and move them above your Flex SDK.  Do this by selecting the project and clicking the up button.<br />
- If your framework and rpc projects are above the Flex SDK in the &#8220;Build path libraries&#8221; box, you should be good to go.</p>
<p>The reason for those steps is it forces your project to use your version of framework.swc and rpc.swc instead of the one provided by the Flex SDK.</p>
<p>Also be sure that when setting up your Flex Library projects in Flash Builder that your &#8220;Linked Resource&#8221; is pointing to the correct place.  If it&#8217;s not, the Flex Library project will be empty, and your swcs won&#8217;t do anything.</p>
<p>Hopefully that clears some stuff up.  Let me know if that fixes things for you.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonte Pouncil</title>
		<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/comment-page-1/#comment-3615</link>
		<dc:creator>Tonte Pouncil</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=821#comment-3615</guid>
		<description>Nate,

This was a great presentation.  I too had trouble with the Flex WebServices and want to submit a patch.  After watching your presentation, I was not able run the WootLabelTest successfully.  I add the &#039;text = &quot;Woot!&quot;&#039; in the Label.as file but when I ran the application, I don&#039;t see anything.

Any suggestion?

Thanks!</description>
		<content:encoded><![CDATA[<p>Nate,</p>
<p>This was a great presentation.  I too had trouble with the Flex WebServices and want to submit a patch.  After watching your presentation, I was not able run the WootLabelTest successfully.  I add the &#8216;text = &#8220;Woot!&#8221;&#8216; in the Label.as file but when I ran the application, I don&#8217;t see anything.</p>
<p>Any suggestion?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polish Adobe Flex User Group &#187; Blog Archive &#187; Getting Dirty with the Flex SDK</title>
		<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/comment-page-1/#comment-3313</link>
		<dc:creator>Polish Adobe Flex User Group &#187; Blog Archive &#187; Getting Dirty with the Flex SDK</dc:creator>
		<pubDate>Fri, 10 Jul 2009 07:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=821#comment-3313</guid>
		<description>[...] WiÄ™cej informacji na blogu Nate Becka. [...]</description>
		<content:encoded><![CDATA[<p>[...] WiÄ™cej informacji na blogu Nate Becka. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

