<br />
<b>Warning</b>:  Creating default object from empty value in <b>/www/htdocs/w00b4793/web/beautifycode.com/wp-content/plugins/members/includes/functions.php</b> on line <b>21</b><br />
<br />
<b>Warning</b>:  Parameter 1 to ace_where() expected to be a reference, value given in <b>/www/htdocs/w00b4793/web/beautifycode.com/wp-includes/plugin.php</b> on line <b>227</b><br />
<br />
<b>Warning</b>:  Parameter 1 to ace_join() expected to be a reference, value given in <b>/www/htdocs/w00b4793/web/beautifycode.com/wp-includes/plugin.php</b> on line <b>227</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b4793/web/beautifycode.com/wp-content/plugins/members/includes/functions.php:21) in <b>/www/htdocs/w00b4793/web/beautifycode.com/wp-includes/feed-rss2.php</b> on line <b>8</b><br />
<?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>Beautify Code Blog</title>
	<atom:link href="http://www.beautifycode.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.beautifycode.com</link>
	<description>AS3, Adobe AIR &#38; Mobile Development</description>
	<lastBuildDate>Wed, 07 Mar 2012 14:20:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Auto Draft</title>
		<link>http://www.beautifycode.com/?p=2134&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=</link>
		<comments>http://www.beautifycode.com/?p=2134#comments</comments>
		<pubDate>Mon, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/?p=2134</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.beautifycode.com/?p=2134/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CHMOD Mac Issue</title>
		<link>http://www.beautifycode.com/2126-revision-3?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2126-revision-3</link>
		<comments>http://www.beautifycode.com/2126-revision-3#comments</comments>
		<pubDate>Fri, 25 Dec 2015 12:42:26 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2126-revision-3</guid>
		<description><![CDATA[private function _changeCHMOD() : void { var _chmod : File = new File(&#8216;/bin/bash&#8217;); var nativeProcess : NativeProcess = new NativeProcess(); var chmodStartupInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo(); chmodStartupInfo.executable = _chmod; var args : Vector. = new Vector.(); args.push(&#8216;-c&#8217;); args.push(&#8216;chmod ugo+x &#8216; + _lameFile.nativePath); chmodStartupInfo.arguments = args; nativeProcess.addEventListener(Event.STANDARD_OUTPUT_CLOSE, _chmodChanged); nativeProcess.start(chmodStartupInfo); }]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2126-revision-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private: CHMOD Mac Issue</title>
		<link>http://www.beautifycode.com/chmod-mac-issue?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=chmod-mac-issue</link>
		<comments>http://www.beautifycode.com/chmod-mac-issue#comments</comments>
		<pubDate>Fri, 25 Dec 2015 12:41:58 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=2126</guid>
		<description><![CDATA[private function _changeCHMOD() : void { var _chmod : File = new File(&#8216;/bin/bash&#8217;); var nativeProcess : NativeProcess = new NativeProcess(); var chmodStartupInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo(); chmodStartupInfo.executable = _chmod; var args : Vector. = new Vector.(); args.push(&#8216;-c&#8217;); args.push(&#8216;chmod ugo+x &#8216; + _lameFile.nativePath); chmodStartupInfo.arguments = args; nativeProcess.addEventListener(Event.STANDARD_OUTPUT_CLOSE, _chmodChanged); nativeProcess.start(chmodStartupInfo); }]]></description>
		<wfw:commentRss>http://www.beautifycode.com/chmod-mac-issue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CHMOD Mac Issue</title>
		<link>http://www.beautifycode.com/2126-revision-2?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2126-revision-2</link>
		<comments>http://www.beautifycode.com/2126-revision-2#comments</comments>
		<pubDate>Fri, 25 Dec 2015 12:41:58 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2126-revision-2</guid>
		<description><![CDATA[private function _changeCHMOD() : void { var _chmod : File = new File(&#8216;/bin/bash&#8217;); var nativeProcess : NativeProcess = new NativeProcess(); var chmodStartupInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo(); chmodStartupInfo.executable = _chmod; var args : Vector. = new Vector.(); args.push(&#8216;-c&#8217;); args.push(&#8216;chmod ugo+x &#8216; + _lameFile.nativePath); chmodStartupInfo.arguments = args; nativeProcess.addEventListener(Event.STANDARD_OUTPUT_CLOSE, _chmodChanged); nativeProcess.start(chmodStartupInfo); }]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2126-revision-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Draft</title>
		<link>http://www.beautifycode.com/2126-revision?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2126-revision</link>
		<comments>http://www.beautifycode.com/2126-revision#comments</comments>
		<pubDate>Wed, 28 Mar 2012 11:58:05 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2126-revision</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2126-revision/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D (.3ds file export)</title>
		<link>http://www.beautifycode.com/2117-revision-5?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2117-revision-5</link>
		<comments>http://www.beautifycode.com/2117-revision-5#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:14:03 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2117-revision-5</guid>
		<description><![CDATA[Nothing special. Just showing a workflow I&#8217;m currently using.. from 3D Studio Max via .3ds file format to Away3D. UVWMaps, absolute coordinations and mesh-selections are all working quite fine so far.]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2117-revision-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D (.3ds file export)</title>
		<link>http://www.beautifycode.com/2117-autosave?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2117-autosave</link>
		<comments>http://www.beautifycode.com/2117-autosave#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:13:34 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2117-autosave</guid>
		<description><![CDATA[Nothing special. Just showing a workflow I&#8217;m currently using.. from 3D Studio Max via .3ds file format to Away3D. UVWMaps, absolute coordinations and mesh-selections are all quite fine so far.]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2117-autosave/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D (.3ds file export)</title>
		<link>http://www.beautifycode.com/2117-revision-4?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2117-revision-4</link>
		<comments>http://www.beautifycode.com/2117-revision-4#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:11:32 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2117-revision-4</guid>
		<description><![CDATA[Nothing special. Just showing. :)]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2117-revision-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D 4 (.3ds file export)</title>
		<link>http://www.beautifycode.com/3d-studio-max-to-away3d-3ds-file-export?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3d-studio-max-to-away3d-3ds-file-export</link>
		<comments>http://www.beautifycode.com/3d-studio-max-to-away3d-3ds-file-export#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:11:21 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[3d studio max]]></category>
		<category><![CDATA[away3d]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=2117</guid>
		<description><![CDATA[Nothing special. Just showing a workflow I&#8217;m currently using.. from 3D Studio Max via .3ds file format to Away3D. UVWMaps, absolute coordinations and mesh-selections are all working quite fine so far.]]></description>
		<wfw:commentRss>http://www.beautifycode.com/3d-studio-max-to-away3d-3ds-file-export/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D (.3ds file export)</title>
		<link>http://www.beautifycode.com/2117-revision-3?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2117-revision-3</link>
		<comments>http://www.beautifycode.com/2117-revision-3#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:11:21 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2117-revision-3</guid>
		<description><![CDATA[Nothing special. Just showing. :)]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2117-revision-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D (.3ds file export)</title>
		<link>http://www.beautifycode.com/2117-revision-2?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2117-revision-2</link>
		<comments>http://www.beautifycode.com/2117-revision-2#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:11:06 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2117-revision-2</guid>
		<description><![CDATA[Nothing special. Just showing. :)]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2117-revision-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Studio Max to Away3D (.3ds file export)</title>
		<link>http://www.beautifycode.com/2117-revision?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2117-revision</link>
		<comments>http://www.beautifycode.com/2117-revision#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:10:24 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2117-revision</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2117-revision/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-26?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-26</link>
		<comments>http://www.beautifycode.com/2088-revision-26#comments</comments>
		<pubDate>Mon, 05 Mar 2012 23:21:25 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-26</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-autosave?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-autosave</link>
		<comments>http://www.beautifycode.com/2088-autosave#comments</comments>
		<pubDate>Mon, 05 Mar 2012 23:20:46 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-autosave</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-autosave/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-25?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-25</link>
		<comments>http://www.beautifycode.com/2088-revision-25#comments</comments>
		<pubDate>Mon, 05 Mar 2012 13:41:47 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-25</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-24?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-24</link>
		<comments>http://www.beautifycode.com/2088-revision-24#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:50:57 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-24</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-23?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-23</link>
		<comments>http://www.beautifycode.com/2088-revision-23#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:42:35 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-23</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-22?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-22</link>
		<comments>http://www.beautifycode.com/2088-revision-22#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:33:39 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-22</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-21?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-21</link>
		<comments>http://www.beautifycode.com/2088-revision-21#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:21:44 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-21</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-20?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-20</link>
		<comments>http://www.beautifycode.com/2088-revision-20#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:20:02 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-20</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/2088-revision-19?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-19</link>
		<comments>http://www.beautifycode.com/2088-revision-19#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:11:34 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-19</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in </title>
		<link>http://www.beautifycode.com/2088-revision-18?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-18</link>
		<comments>http://www.beautifycode.com/2088-revision-18#comments</comments>
		<pubDate>Mon, 05 Mar 2012 11:59:10 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-18</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (aka From Scratch to Device in 4 Minutes)</title>
		<link>http://www.beautifycode.com/fdt5-air-3-2-flex-4-6-sdk?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fdt5-air-3-2-flex-4-6-sdk</link>
		<comments>http://www.beautifycode.com/fdt5-air-3-2-flex-4-6-sdk#comments</comments>
		<pubDate>Mon, 05 Mar 2012 11:19:06 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[fdt 5]]></category>
		<category><![CDATA[fdt5]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=2088</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. And as I&#8217;ve once published a blogpost about &#8220;From Scratch to Device&#8221;, [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/fdt5-air-3-2-flex-4-6-sdk/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-17?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-17</link>
		<comments>http://www.beautifycode.com/2088-revision-17#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:17:21 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-17</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK You can save [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-16?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-16</link>
		<comments>http://www.beautifycode.com/2088-revision-16#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:16:11 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-16</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK You can save [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-15?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-15</link>
		<comments>http://www.beautifycode.com/2088-revision-15#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:15:39 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-15</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK You can save [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-14?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-14</link>
		<comments>http://www.beautifycode.com/2088-revision-14#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:15:29 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-14</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK You can save [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-13?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-13</link>
		<comments>http://www.beautifycode.com/2088-revision-13#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:14:18 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-13</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK You can save [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-12?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-12</link>
		<comments>http://www.beautifycode.com/2088-revision-12#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:13:53 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-12</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK Extracting &#038; Merging [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-11?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-11</link>
		<comments>http://www.beautifycode.com/2088-revision-11#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:13:46 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-11</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK Extracting &#038; Merging [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-10?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-10</link>
		<comments>http://www.beautifycode.com/2088-revision-10#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:13:34 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-10</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK Extracting &#038; Merging [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-9?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-9</link>
		<comments>http://www.beautifycode.com/2088-revision-9#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:13:12 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-9</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK Extracting &#038; Merging [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-8?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-8</link>
		<comments>http://www.beautifycode.com/2088-revision-8#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:09:18 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-8</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK Extracting &#038; Merging [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-7?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-7</link>
		<comments>http://www.beautifycode.com/2088-revision-7#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:08:58 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-7</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Go and download the SDKs for your platform. Adobe Flex 4.6 [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-6?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-6</link>
		<comments>http://www.beautifycode.com/2088-revision-6#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:07:00 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-6</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-5?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-5</link>
		<comments>http://www.beautifycode.com/2088-revision-5#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:06:53 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-5</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 SDK]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-4?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-4</link>
		<comments>http://www.beautifycode.com/2088-revision-4#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:06:24 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-4</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Let&#8217;s start with the downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-3?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-3</link>
		<comments>http://www.beautifycode.com/2088-revision-3#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:06:16 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-3</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Let&#8217;s start with the downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision-2?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision-2</link>
		<comments>http://www.beautifycode.com/2088-revision-2#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:06:06 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision-2</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Let&#8217;s start with the downloads: Adobe Flex 4.6 SDK Adobe AIR 3.2 [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT5 &amp; AIR 3.2 (Flex 4.6 SDK)</title>
		<link>http://www.beautifycode.com/2088-revision?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2088-revision</link>
		<comments>http://www.beautifycode.com/2088-revision#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:05:12 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2088-revision</guid>
		<description><![CDATA[Huh. I was wondering about quite some mails I&#8217;ve received and different Twitter questions about: &#8220;How do I install the 3.2 AIR SDK in my FDT5?&#8221;. I didn&#8217;t think it&#8217;s such a deal but I&#8217;m gonna sum it up for you quickly now. Let&#8217;s start with the downloads:]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2088-revision/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-21?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-21</link>
		<comments>http://www.beautifycode.com/2066-revision-21#comments</comments>
		<pubDate>Thu, 01 Mar 2012 12:03:11 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-21</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-20?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-20</link>
		<comments>http://www.beautifycode.com/2066-revision-20#comments</comments>
		<pubDate>Thu, 01 Mar 2012 12:03:01 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-20</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-19?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-19</link>
		<comments>http://www.beautifycode.com/2066-revision-19#comments</comments>
		<pubDate>Thu, 01 Mar 2012 12:01:23 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-19</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-18?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-18</link>
		<comments>http://www.beautifycode.com/2066-revision-18#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:49:07 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-18</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-17?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-17</link>
		<comments>http://www.beautifycode.com/2066-revision-17#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:46:16 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-17</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-autosave?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-autosave</link>
		<comments>http://www.beautifycode.com/2066-autosave#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:46:10 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-autosave</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-autosave/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-16?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-16</link>
		<comments>http://www.beautifycode.com/2066-revision-16#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:45:09 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-16</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips for FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-15?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-15</link>
		<comments>http://www.beautifycode.com/2066-revision-15#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:44:11 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-15</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°) Setting [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips with FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-14?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-14</link>
		<comments>http://www.beautifycode.com/2066-revision-14#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:35:17 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-14</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now (I&#8217;ve got no idea why TwitVid rotated the video source by 90°) Setting [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some basic iOS Deploy tips with FDT5 (AIR 3.2)</title>
		<link>http://www.beautifycode.com/2066-revision-13?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2066-revision-13</link>
		<comments>http://www.beautifycode.com/2066-revision-13#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:34:51 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
		
		<guid isPermaLink="false">http://www.beautifycode.com/2066-revision-13</guid>
		<description><![CDATA[Hey, I thought of sharing some of the latest stuff I stumbled upon while making a kinda &#8220;Papertoss&#8221; or &#8220;Flick Soccer&#8221; clone with FDT5 and iOS, based on Away3D and Adobe AIR 3.2. This is what I&#8217;ve got after two evenings now: Setting up your ADL I think it makes a lot sense to set [...]]]></description>
		<wfw:commentRss>http://www.beautifycode.com/2066-revision-13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
