<?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>Nate Beck &#187; Flex SDK</title>
	<atom:link href="http://blog.natebeck.net/tag/flex-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.natebeck.net</link>
	<description>AIR, Flex / Flash, FMS, PushButton, Game... Developer</description>
	<lastBuildDate>Wed, 07 Sep 2011 21:24:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Flex SDK 4.5 doesn&#8217;t keep Embed Metadata</title>
		<link>http://blog.natebeck.net/2011/05/flex-sdk-4-5-doesnt-keep-embed-metadata/</link>
		<comments>http://blog.natebeck.net/2011/05/flex-sdk-4-5-doesnt-keep-embed-metadata/#comments</comments>
		<pubDate>Wed, 18 May 2011 16:23:35 +0000</pubDate>
		<dc:creator>Nate Beck</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[4.5]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Flex SDK]]></category>

		<guid isPermaLink="false">http://blog.natebeck.net/?p=1285</guid>
		<description><![CDATA[Hey everyone, I&#8217;ve run into a bug with the released version of the Adobe Flex 4.5 SDK. The 4.5 version of the SDK does not respect keeping [Embed] metadata in your SWF. This is problematic because we use this metadata extensively in PushButton Engine. Take the following example into account: TestMetadata.as package &#123; import flash.display.Sprite;]]></description>
			<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>I&#8217;ve run into a bug with the released version of the Adobe Flex 4.5 SDK.  The 4.5 version of the SDK does not respect keeping [Embed] metadata in your SWF.  This is problematic because we use this metadata extensively in PushButton Engine.</p>
<p>Take the following example into account:</p>
<p><b>TestMetadata.as</b></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">package
<span style="color: #66cc66;">&#123;</span>
    <span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">display</span>.<span style="color: #006600;">Sprite</span>;
    <span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">utils</span>.<span style="color: #006600;">describeType</span>;
&nbsp;
    <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> TestMetadata <span style="color: #0066CC;">extends</span> Sprite
    <span style="color: #66cc66;">&#123;</span>
        <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> TestMetadata<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
        <span style="color: #66cc66;">&#123;</span>
            <span style="color: #000000; font-weight: bold;">var</span> typeInfo:<span style="color: #0066CC;">XML</span> = describeType<span style="color: #66cc66;">&#40;</span>TestClassWithEmbed<span style="color: #66cc66;">&#41;</span>;
            <span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>typeInfo<span style="color: #66cc66;">&#41;</span>;
        <span style="color: #66cc66;">&#125;</span>
    <span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><b>TestClassWithEmbed.as</b></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">package
<span style="color: #66cc66;">&#123;</span>
    <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> TestClassWithEmbed
    <span style="color: #66cc66;">&#123;</span>
        <span style="color: #66cc66;">&#91;</span>Embed<span style="color: #66cc66;">&#40;</span>source=<span style="color: #ff0000;">&quot;assets/flip.png&quot;</span>, mimeType=<span style="color: #ff0000;">&quot;image/png&quot;</span> <span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>
        <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">var</span> Flip:<span style="color: #000000; font-weight: bold;">Class</span>;
&nbsp;
        <span style="color: #66cc66;">&#91;</span>SomeMeta<span style="color: #66cc66;">&#40;</span>source=<span style="color: #ff0000;">&quot;assets/flip.png&quot;</span>, mimeType=<span style="color: #ff0000;">&quot;image/png&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>
        <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">var</span> Test:<span style="color: #000000; font-weight: bold;">Class</span>;
    <span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>In version 4.1 of the Adobe Flex SDK, we get the following back from describeType.</p>

<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;variable</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Test&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Class&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SomeMeta&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;source&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;assets/flip.png&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;mimeType&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;image/png&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;__go_to_definition_help&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;file&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;/projects/zaalabs/workspace/TestMetadata/src/TestClassWithEmbed.as&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;pos&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;243&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/variable<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;variable</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Flip&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Class&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Embed&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;source&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;assets/flip.png&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;mimeType&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;image/png&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;__go_to_definition_help&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;file&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;/projects/zaalabs/workspace/TestMetadata/src/TestClassWithEmbed.as&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;pos&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;136&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/variable<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>However, in version 4.5 of the Adobe Flex SDK, you can see the Embed metadata is being omitted.  Same exact code, same compiler arguments, nothing has changed except the SDK.</p>

<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;variable</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Test&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Class&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SomeMeta&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;source&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;assets/flip.png&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;mimeType&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;image/png&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;__go_to_definition_help&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;pos&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;243&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/variable<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;variable</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Flip&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;Class&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;metadata</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;__go_to_definition_help&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;pos&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;136&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/metadata<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/variable<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>As you can see, the Embed metadata is being stripped out, even though I explicitly set &#8220;&#8211;keep-as3-metadata+=Embed,SomeMeta&#8221; in the compiler.  Since I don&#8217;t believe that the Adobe Flash Player team would break describeType in a minor release, I&#8217;m led to believe that this is a bug that was introduced in the 4.5 version of mxmlc in the Flex SDK.</p>
<h2>Rant</h2>
<h3> :: UPDATE :: </h3>
<p>This seems to have been an isolated incident on this specific day, bugs.adobe.com has worked well for me many times since then.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>So I tried to do the &#8220;correct&#8221; thing and file this as a bug on bugs.adobe.com.  And would happily do so if the site worked.  In fact, in the time I&#8217;ve been waiting for bug.adobe.com to load and let me login&#8230; not only did I write the test case, but I wrote this entire blog post as well.</p>
<p><img src="http://blog.natebeck.net/wp-content/uploads/2011/05/Screen-shot-2011-05-18-at-9.09.19-AM.png" width="600" /><br />
<img src="http://blog.natebeck.net/wp-content/uploads/2011/05/Screen-shot-2011-05-18-at-9.12.32-AM.png" width="600" /><br />
<img src="http://blog.natebeck.net/wp-content/uploads/2011/05/Screen-shot-2011-05-18-at-9.06.37-AM.png" width="600" /><br />
<img src="http://blog.natebeck.net/wp-content/uploads/2011/05/Screen-shot-2011-05-18-at-9.10.01-AM.png" width="600" /></p>
<p><b>[UPDATE]</b><br />
I was finally able to file the bug, I think&#8230; it won&#8217;t pull it up. <a href="http://bugs.adobe.com/jira/browse/SDK-30485">SDK-30485</a>.</p>
<p>10 minutes to diagnose the issue&#8230;<br />
15 minutes to blog about it&#8230;<br />
45 minutes&#8230; and counting to file a bug through the proper channels.</p>
<p><img src="http://blog.natebeck.net/wp-content/uploads/2011/05/Screen-shot-2011-05-18-at-9.32.27-AM.png" width="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.natebeck.net/2011/05/flex-sdk-4-5-doesnt-keep-embed-metadata/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Getting Dirty with the Flex SDK &#8211; Slides and Recording</title>
		<link>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/</link>
		<comments>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:31:37 +0000</pubDate>
		<dc:creator>Nate Beck</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[BugQuash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex SDK]]></category>
		<category><![CDATA[TechWed]]></category>

		<guid isPermaLink="false">http://blog.natebeck.net/?p=821</guid>
		<description><![CDATA[I&#8217;d like to thank everyone who attended my TechWed presentation yesterday. We had around 85 people in attendance! Thanks to Stacy Sison for convincing me that I should present. I will be giving this presentation again tonight at the Seattle Flex User Group, so if you are in Seattle&#8230; show up. We&#8217;ll have a bit]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to thank everyone who attended my TechWed presentation yesterday.  We had around 85 people in attendance! Thanks to Stacy Sison for convincing me that I should present.</p>
<p>I will be giving this presentation again tonight at the <a href="http://www.seaflexug.org">Seattle Flex User Group</a>, so if you are in Seattle&#8230; show up.  We&#8217;ll have a bit more time for questions at tonight&#8217;s presentation.</p>
<h3>:: PRESENTATION MATERIALS ::</h3>
<p><a href="http://www.slideshare.net/natebeck/getting-dirty-with-the-flex-sdk" >Slides</a><br />
<a href="http://experts.na3.acrobat.com/p88453631/" target="_blank">TechWed Presentation</a><br />
<a href="https://admin.adobe.acrobat.com/_a200985228/p67639112/">FlexMeetup.com Presentation</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.natebeck.net/2009/07/getting-dirty-with-the-flex-sdk-slides-and-recording/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tip of the Day &#8211; Get notified when someone checks in to the Flex SDK</title>
		<link>http://blog.natebeck.net/2009/01/tip-of-the-day-get-notified-when-someone-checks-in-to-the-flex-sdk/</link>
		<comments>http://blog.natebeck.net/2009/01/tip-of-the-day-get-notified-when-someone-checks-in-to-the-flex-sdk/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 06:02:00 +0000</pubDate>
		<dc:creator>Nate Beck</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tip of the day]]></category>
		<category><![CDATA[Flex SDK]]></category>

		<guid isPermaLink="false">http://blog.natebeck.net/?p=543</guid>
		<description><![CDATA[Something that I have wanted to do for a while is to be notified whenever anyone checks into the Flex SDK. That way I can keep up with all the changes as they happen. I finally figured out how to set it up today. Visit the commits forum. Click the subscribe button. Select Email or]]></description>
			<content:encoded><![CDATA[<p>Something that I have wanted to do for a while is to be notified whenever anyone checks into the Flex SDK.  That way I can keep up with all the changes as they happen.  I finally figured out how to set it up today.</p>
<ol>
<li>
Visit the <a href="http://www.adobeforums.com/webx?14@56.bNbPiakU4wn@.3c061177" target="_blank">commits forum</a>. Click the subscribe button.<br />
<a href="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_01.gif" target="_blank"><img src="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_01-300x91.gif" alt="commitsubscribe_01" title="commitsubscribe_01" width="300" height="91" class="alignnone size-medium wp-image-545" /></a>
</li>
<li>
Select Email or Email Digest.<br />
<a href="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_02.gif" target="_blank"><img src="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_02-300x153.gif" alt="commitsubscribe_02" title="commitsubscribe_02" width="300" height="153" class="alignnone size-medium wp-image-546" /></a>
</li>
<li>
I use gmail, Select Settings > Filters > Create a new filter. Setup the panel as shown.<br />
<a href="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_03.gif" target="_blank"><img src="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_03-300x101.gif" alt="commitsubscribe_03" title="commitsubscribe_03" width="300" height="101" class="alignnone size-medium wp-image-547" /></a></p>
<h3>UPDATE (3/30/2009):</h3>
<p>The subject on the Flex SDK commit emails has changed slightly. The filter in the email no longer works. I am now using this filter instead: &#8220;svn:fx&#8221; of &#8220;[svn]&#8221;
</li>
<li>
Click Next Step, I use these setting so the emails don&#8217;t crowd my inbox.<br />
<a href="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_04.gif" target="_blank"><img src="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_04-300x134.gif" alt="commitsubscribe_04" title="commitsubscribe_04" width="300" height="134" class="alignnone size-medium wp-image-548" /></a>
</li>
<li>
Woot, now I can see all of the changes to the Flex SDK as they happen.<br />
<a href="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_05.gif" target="_blank"><img src="http://blog.natebeck.net/wp-content/uploads/2009/01/commitsubscribe_05-300x165.gif" alt="commitsubscribe_05" title="commitsubscribe_05" width="300" height="165" class="alignnone size-medium wp-image-549" /></a>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.natebeck.net/2009/01/tip-of-the-day-get-notified-when-someone-checks-in-to-the-flex-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

