<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Beautify Code Blog</title>
	
	<link>http://www.beautifycode.com</link>
	<description>Web Development &lt; Actionscript</description>
	<lastBuildDate>Wed, 18 Aug 2010 23:02:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/beautifycode" /><feedburner:info uri="beautifycode" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Compile AIR to native .dmg or .exe files with ANT</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/T-LQaA2VweE/compile-air-to-native-dmg-or-exe-files-with-ant</link>
		<comments>http://www.beautifycode.com/compile-air-to-native-dmg-or-exe-files-with-ant#comments</comments>
		<pubDate>Mon, 16 Aug 2010 15:55:26 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[dmg]]></category>
		<category><![CDATA[exe]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1484</guid>
		<description>An upcoming question in publish- &amp;#038; packaging AIR files is "How to convert them to a .dmg or .exe file?" Easily enough, you do not have to do anything else except using a slightly different ANT build task for it. Instead of passing: PLAIN TEXT XML: &amp;#60;arg value="${publish_dir}/${air_file}" /&amp;#62; &amp;#60;arg value="${app_descriptor}" /&amp;#62; to the ADT [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/T-LQaA2VweE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/compile-air-to-native-dmg-or-exe-files-with-ant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/compile-air-to-native-dmg-or-exe-files-with-ant?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=compile-air-to-native-dmg-or-exe-files-with-ant</feedburner:origLink></item>
		<item>
		<title>Add Linked Resources (as a src folder) to ANT builds</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/Dzz65qDw1wU/add-linked-resources-as-a-src-folder-to-ant-builds</link>
		<comments>http://www.beautifycode.com/add-linked-resources-as-a-src-folder-to-ant-builds#comments</comments>
		<pubDate>Fri, 13 Aug 2010 19:03:38 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[linked library]]></category>
		<category><![CDATA[src]]></category>
		<category><![CDATA[swc]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1474</guid>
		<description>Here's another quick snippet to add Linked Resources to a compile process built with ANT. You know, you can link a whole directory to be a "Linked Library" in FDT, e.g. Greensock's TweenLite. Doing so means that you cannot use the -library-path argument as it only work with .swc files. Instead of this use -source-path [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/Dzz65qDw1wU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/add-linked-resources-as-a-src-folder-to-ant-builds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/add-linked-resources-as-a-src-folder-to-ant-builds?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-linked-resources-as-a-src-folder-to-ant-builds</feedburner:origLink></item>
		<item>
		<title>Chromeless AIR Applications – A Designer’s Look</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/m-quUth9GQU/chromeless-air-applications-a-designers-look</link>
		<comments>http://www.beautifycode.com/chromeless-air-applications-a-designers-look#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:55:33 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[chromeless]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1433</guid>
		<description>Hey, first of all - some of you may have noticed this is the third AIR related article in two days. I'm very excited at the moment due to the fact I can finally compile them with FDT4. Anyways, I want to store my process and failures, hints and tips to always know where I [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/m-quUth9GQU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/chromeless-air-applications-a-designers-look/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/chromeless-air-applications-a-designers-look?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=chromeless-air-applications-a-designers-look</feedburner:origLink></item>
		<item>
		<title>Using SWCs within AIR packaging with ANT</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/OkNuDpFAxhA/using-swcs-within-air-packaging-with-ant</link>
		<comments>http://www.beautifycode.com/using-swcs-within-air-packaging-with-ant#comments</comments>
		<pubDate>Fri, 13 Aug 2010 12:30:47 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[adl]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[assets]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[swc]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1424</guid>
		<description>In addition to AIR2 and FDT4 (M3) – A detailed Walkthrough I encountered a problem when trying to use external SWCs like e.g. an assets library in your AIR package. In other words: If you're using an SWC with all your graphical stuff exported from the Flash IDE you simply rightclick it in FDT and [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/OkNuDpFAxhA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/using-swcs-within-air-packaging-with-ant/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/using-swcs-within-air-packaging-with-ant?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-swcs-within-air-packaging-with-ant</feedburner:origLink></item>
		<item>
		<title>AIR2 and FDT4 (M4) – A detailed Walkthrough with ANT</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/revaCYVmafw/publish-package-an-air-file-with-fdt4</link>
		<comments>http://www.beautifycode.com/publish-package-an-air-file-with-fdt4#comments</comments>
		<pubDate>Thu, 12 Aug 2010 18:43:06 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[air2]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[fdt4]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1296</guid>
		<description>Hello, someone might remember an older post on Beautify Code which has shown how to successfully create an AIR application certificate, publish the project and then package it to an .air file, which can be installed and run. Now here's the 2010 update, working with AIR2 and FDT4 (using an ANT-Build) and some major changes. [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/revaCYVmafw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/publish-package-an-air-file-with-fdt4/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/publish-package-an-air-file-with-fdt4?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=publish-package-an-air-file-with-fdt4</feedburner:origLink></item>
		<item>
		<title>www.WeLoveFDT.com | An FDT Community Feed</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/Ja3Tr29gw7s/www-welovefdt-com-a-fdt-community-feed</link>
		<comments>http://www.beautifycode.com/www-welovefdt-com-a-fdt-community-feed#comments</comments>
		<pubDate>Fri, 06 Aug 2010 09:27:43 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[feed]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1282</guid>
		<description>Hi, I'm very happy to announce that www.WeLoveFDT.com has just been launched! Powerflasher just wrote the following: Recently a new community-project has been launched which combines most of the active FDT blogs like Aiden Tailor, Matan Uberstein, Marvin Blase, Francis Varga, Alan Klement and many others. WeLoveFDT fetches their feeds, filters them for FDT related [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/Ja3Tr29gw7s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/www-welovefdt-com-a-fdt-community-feed/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/www-welovefdt-com-a-fdt-community-feed?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=www-welovefdt-com-a-fdt-community-feed</feedburner:origLink></item>
		<item>
		<title>Automatically select all Text on Focus</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/V-Ez3mXSTPE/select-all-text-on-focus_in</link>
		<comments>http://www.beautifycode.com/select-all-text-on-focus_in#comments</comments>
		<pubDate>Thu, 29 Jul 2010 12:34:39 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[textfield]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1255</guid>
		<description>Hi, I've just tried to get the following to work: There's a dynamic textfield on stage which holds some text. I wanted to achieve a "Select all the text as soon as the user (single-)clicks on it" - this surely is a bit unorthodox, but there was a reason for that. At first I didn't [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/V-Ez3mXSTPE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/select-all-text-on-focus_in/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/select-all-text-on-focus_in?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=select-all-text-on-focus_in</feedburner:origLink></item>
		<item>
		<title>#Poll How do you compile &amp; package AIR apps?</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/LjuL_E6Z4Jc/poll-how-do-you-compile-package-air-apps</link>
		<comments>http://www.beautifycode.com/poll-how-do-you-compile-package-air-apps#comments</comments>
		<pubDate>Mon, 26 Jul 2010 09:42:07 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1244</guid>
		<description>Just a really quick post. If you've got 10 seconds of time please take part on this poll: How do you compile &amp;#038; package AIR apps? I'm trying to figure out different workflows at the moment.. :)&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/LjuL_E6Z4Jc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/poll-how-do-you-compile-package-air-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/poll-how-do-you-compile-package-air-apps?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=poll-how-do-you-compile-package-air-apps</feedburner:origLink></item>
		<item>
		<title>SWF Compile META Tags</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/YCAZUBIv44M/swf-compile-meta-tags</link>
		<comments>http://www.beautifycode.com/swf-compile-meta-tags#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:30:12 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[metatags]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1234</guid>
		<description>As the latest FDT version ( Beta 4 ) does not set compiler arguments concerning SWF-size, framerate etc. by default I started using SWF-Metatags to specify these settings. I'm talking of these things: PLAIN TEXT Actionscript: &amp;#91;SWF&amp;#40;width="910", height="610", backgroundColor="#FFFFFF", frameRate="40"&amp;#41;&amp;#93; Just set this tag above your class opening in the one you're going to compile. [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/YCAZUBIv44M" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/swf-compile-meta-tags/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/swf-compile-meta-tags?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=swf-compile-meta-tags</feedburner:origLink></item>
		<item>
		<title>FDT QuickFix Templates for Flint Particle System</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/tvY6RLOm8x0/fdt-quickfix-templates-for-flint-particle-system</link>
		<comments>http://www.beautifycode.com/fdt-quickfix-templates-for-flint-particle-system#comments</comments>
		<pubDate>Mon, 19 Jul 2010 21:32:02 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flint]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1174</guid>
		<description>I've just started working with the great Flint Particle System and am already too lazy to always write down it's Constructors, as you can imagine when seeing the following: PLAIN TEXT Actionscript: var lZone:LineZone = new LineZone&amp;#40;new Point&amp;#40;5, 10&amp;#41;, new Point&amp;#40;40, 30&amp;#41;&amp;#41;; Phew.. :) These Zone-Constructors have made my fingers hurt, so I wrote them [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/tvY6RLOm8x0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-quickfix-templates-for-flint-particle-system/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-quickfix-templates-for-flint-particle-system?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-quickfix-templates-for-flint-particle-system</feedburner:origLink></item>
		<item>
		<title>FDT – Pure RobotLegs Comfort Wallpaper</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/Oc2RPuV-KcY/fdt-pure-robotlegs-comfort-wallpaper</link>
		<comments>http://www.beautifycode.com/fdt-pure-robotlegs-comfort-wallpaper#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:53:41 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[robotlegs]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1132</guid>
		<description>On public demand ( ) here's a "Pure RobotLegs Comfort" Wallpaper with the motif known from the latest post in the trivialities-category, namely a synergy of Powerflasher's FDT and RobotLegs. Yet the following resolutions are supported: 2560x1600 1900x1200 1680x1050 1280x1024 1280x800 Here's a .zip file containing every resolution: rl-comfort-wp.zip (2mb) If anyone wants changes or [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/Oc2RPuV-KcY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-pure-robotlegs-comfort-wallpaper/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-pure-robotlegs-comfort-wallpaper?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-pure-robotlegs-comfort-wallpaper</feedburner:origLink></item>
		<item>
		<title>Hiding Posts from Index page and RSS feed</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/wEpk7c9Xt-A/hiding-posts-from-index-page-and-rss-feed</link>
		<comments>http://www.beautifycode.com/hiding-posts-from-index-page-and-rss-feed#comments</comments>
		<pubDate>Thu, 15 Jul 2010 08:33:38 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Worth A Word]]></category>
		<category><![CDATA[ace]]></category>
		<category><![CDATA[hide posts]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1113</guid>
		<description>I somehow feel responsible for my RSS readers and my Index page. E.g. I don't want to spread out trivialities but I've got a section which is covering these topics. So I thought of how I can keep posting minor important stuff without bothering my readers. On my search I stumbled upon a plugin called [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/wEpk7c9Xt-A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/hiding-posts-from-index-page-and-rss-feed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/hiding-posts-from-index-page-and-rss-feed?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hiding-posts-from-index-page-and-rss-feed</feedburner:origLink></item>
		<item>
		<title>My daily use of Assets in FDT</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/tTrwkhcI-b4/how-to-use-swc-assets-in-fdt</link>
		<comments>http://www.beautifycode.com/how-to-use-swc-assets-in-fdt#comments</comments>
		<pubDate>Wed, 14 Jul 2010 21:02:13 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[assets]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linked library]]></category>
		<category><![CDATA[swc]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=1050</guid>
		<description>Hey, yesterday I had to explain to someone why and how to use Assets in Powerflasher's FDT. I thought of summing it up to show how I (almost daily) deal with that topic. For those not knowing: When talking of Assets I mean Classes &amp;#038; Symbols which are exported to a SWC file from Adobe [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/tTrwkhcI-b4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/how-to-use-swc-assets-in-fdt/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/how-to-use-swc-assets-in-fdt?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-use-swc-assets-in-fdt</feedburner:origLink></item>
		<item>
		<title>Some Flash Developer’s thoughts on Chrome</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/4PbIq0uH6a8/some-flash-developers-thoughts-on-chrome</link>
		<comments>http://www.beautifycode.com/some-flash-developers-thoughts-on-chrome#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:01:55 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[buttonMode]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[wmode]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=994</guid>
		<description>Don't get me wrong, I'm using Google Chrome for some months now and definetly wouldn't change to Firefox or the like anymore. Mainly for reasons of speed as no browser ever reached Chrome in that. But as someone using Flash everyday Google Chrome has some really annoying bugs / missing features which definetly have to [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/4PbIq0uH6a8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/some-flash-developers-thoughts-on-chrome/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/some-flash-developers-thoughts-on-chrome?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=some-flash-developers-thoughts-on-chrome</feedburner:origLink></item>
		<item>
		<title>MicRecorder, a tough helper class</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/99kHzORPwBU/record-microphone-input-as3</link>
		<comments>http://www.beautifycode.com/record-microphone-input-as3#comments</comments>
		<pubDate>Sun, 11 Jul 2010 23:30:22 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Worth A Word]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[record]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=908</guid>
		<description>Thibault Imbert (@thibault_imbert) just came up with a really interesting helper class to easily record your microphone input via AS3. Thibault used the new Microphone Object which comes along with the Flash Player Version 10.1 - so having a look at the code is a good start to get in contact with it. You can [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/99kHzORPwBU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/record-microphone-input-as3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/record-microphone-input-as3?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=record-microphone-input-as3</feedburner:origLink></item>
		<item>
		<title>Two Inertia Movements</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/nR1iAD1XHzw/two-inertia-movements</link>
		<comments>http://www.beautifycode.com/two-inertia-movements#comments</comments>
		<pubDate>Wed, 07 Jul 2010 12:58:10 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[inertia]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[movement]]></category>
		<category><![CDATA[xmouse]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=836</guid>
		<description>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_inertia_sample_ie"
			class="flashmovie"
			width="595"
			height="140"&gt;
	&lt;param name="movie" value="http://www.beautifycode.com/pub/inertia_sample.swf" /&gt;
	&lt;param name="wmode" value="transparent" /&gt;
	&lt;!--[if !IE]&gt;--&gt;
	&lt;object	type="application/x-shockwave-flash"
			data="http://www.beautifycode.com/pub/inertia_sample.swf"
			id="fm_inertia_sample"
			width="595"
			height="140"&gt;
		&lt;param name="wmode" value="transparent" /&gt;
	&lt;!--&lt;![endif]--&gt;
		
	&lt;!--[if !IE]&gt;--&gt;
	&lt;/object&gt;
	&lt;!--&lt;![endif]--&gt;
&lt;/object&gt; Hey, I recently had to deal with Inertia-Movements again and had a look for some older scripts to re-use. I found two which I quickly wanted to share. Inertia movement is an effect you may know from many galleries or navigations. It's the "move your mouse left and the clip [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/nR1iAD1XHzw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/two-inertia-movements/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/two-inertia-movements?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=two-inertia-movements</feedburner:origLink></item>
		<item>
		<title>Flattr Invitation-Codes</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/IDbfYsV1z6c/flattr-invitation-codes</link>
		<comments>http://www.beautifycode.com/flattr-invitation-codes#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:27:16 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[flattr]]></category>
		<category><![CDATA[invitation]]></category>
		<category><![CDATA[invite]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=851</guid>
		<description>I've registered myself at Flattr yesterday and therefor got some (I think there are three..) Invitation-Codes left. Whoever is interested just drop me a comment. The more people it use the more useful it becomes, so don't shy to try (wow, MC beautify is here.. :)) If you don't know yet what Flattr is, here's [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/IDbfYsV1z6c" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/flattr-invitation-codes/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/flattr-invitation-codes?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=flattr-invitation-codes</feedburner:origLink></item>
		<item>
		<title>Trying to get back to business</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/y6CVzBnes-s/trying-to-get-back-to-business</link>
		<comments>http://www.beautifycode.com/trying-to-get-back-to-business#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:09:40 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[agilent]]></category>
		<category><![CDATA[hugo boss]]></category>
		<category><![CDATA[munichre]]></category>
		<category><![CDATA[note to myself]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=813</guid>
		<description>Hey everyone, long time no hear - but there were some very busy weeks which kept me from anything concerning Twitter, Blogging, etc. But now as some projects have been finished I'll try to get back to business, starting with a new blog design at first :) For those interested what I've been working on, [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/y6CVzBnes-s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/trying-to-get-back-to-business/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/trying-to-get-back-to-business?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=trying-to-get-back-to-business</feedburner:origLink></item>
		<item>
		<title>Trace all DisplayObject’s children</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/WUOkasbccUM/codesnippet-trace-all-displayobjects-children</link>
		<comments>http://www.beautifycode.com/codesnippet-trace-all-displayobjects-children#comments</comments>
		<pubDate>Wed, 28 Apr 2010 15:35:14 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=758</guid>
		<description>Just cleaned up my development folder as stumbling upon that little script to trace every children (and it's children) in a specific DisplayObject: PLAIN TEXT Actionscript: traceDisplayList&amp;#40;allCon, "=&amp;#62;"&amp;#41;; &amp;#160; function traceDisplayList&amp;#40;container:DisplayObjectContainer, indentString:String = ""&amp;#41;:void &amp;#123; &amp;#160; &amp;#160; &amp;#160;var child:DisplayObject; &amp;#160; &amp;#160; &amp;#160; &amp;#160;for &amp;#40;var i:uint=0; i &amp;#38;lt;container.numChildren; i++&amp;#41; &amp;#123; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; child [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/WUOkasbccUM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/codesnippet-trace-all-displayobjects-children/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/codesnippet-trace-all-displayobjects-children?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=codesnippet-trace-all-displayobjects-children</feedburner:origLink></item>
		<item>
		<title>“I will kill your Timeline Tween when changing my properties”</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/tZPO-yWrFiI/i-will-kill-your-timeline-tween-when-changing-my-properties</link>
		<comments>http://www.beautifycode.com/i-will-kill-your-timeline-tween-when-changing-my-properties#comments</comments>
		<pubDate>Tue, 27 Apr 2010 09:34:27 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[timeline]]></category>
		<category><![CDATA[tween]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=749</guid>
		<description>I stumbled upon some.. well, let's say "feature" of handling Timeline-Tweens within the Flash IDE. The following "feature" might be somehow confusing and it's a bit tricky to fix. I'm talking of a Timeline-Tween which gets broken when changing the clip's properties while tweening. I had to face this the last time a designer build up [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/tZPO-yWrFiI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/i-will-kill-your-timeline-tween-when-changing-my-properties/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/i-will-kill-your-timeline-tween-when-changing-my-properties?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=i-will-kill-your-timeline-tween-when-changing-my-properties</feedburner:origLink></item>
		<item>
		<title>How to first setup TweenLite v11</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/DFFVcLkAP88/basic-how-to-setup-tweenlite-v11</link>
		<comments>http://www.beautifycode.com/basic-how-to-setup-tweenlite-v11#comments</comments>
		<pubDate>Tue, 27 Apr 2010 00:38:18 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[greensock]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweenlite]]></category>
		<category><![CDATA[v11]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=743</guid>
		<description>Hey, as I recently had to tell someone how and why to use TweenLite v11 (or any other Tweening Engine in AS3) I wanted to share that two minutes conversation with you. I think there will be following some other articles about TweenLite here - i guess there will be more Q&amp;#38;A talks concerning specific [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/DFFVcLkAP88" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/basic-how-to-setup-tweenlite-v11/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/basic-how-to-setup-tweenlite-v11?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=basic-how-to-setup-tweenlite-v11</feedburner:origLink></item>
		<item>
		<title>Converting a character to ASCII code number</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/5Wth8zJZZFY/converting-a-character-to-ascii-code-number</link>
		<comments>http://www.beautifycode.com/converting-a-character-to-ascii-code-number#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:09:59 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[ord]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=739</guid>
		<description>As ord(character) is somehow a privilege of Flash Light and AS1 here's a small AS3 workaround to get the ASCII code number of a specific character. PLAIN TEXT Actionscript: var charCarry:String = "C"; var asciiConvert:int = charCarry.charCodeAt&amp;#40;0&amp;#41;; trace&amp;#40;asciiConvert&amp;#41;; // 67 You can look up the complete ASCII code table here.&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/5Wth8zJZZFY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/converting-a-character-to-ascii-code-number/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/converting-a-character-to-ascii-code-number?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=converting-a-character-to-ascii-code-number</feedburner:origLink></item>
		<item>
		<title>So Germans don’t like Chrome / Safari?</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/lR-NZE7ELf4/so-germans-dont-like-chrome-safari</link>
		<comments>http://www.beautifycode.com/so-germans-dont-like-chrome-safari#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:23:18 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[1000]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[german]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=710</guid>
		<description>We recently checked the latest 1000 visitors' Browser (on each domain) and found out, that Germans tend to use the Firefox instead of using Safari or Chrome. Here's the result: Beautify Code Firefox IE 7+8 Safari Chrome .de 71,4% 9,6% 9,3% 5,5% .com 57% 7,8% 16% 16% So what we can see is that international [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/lR-NZE7ELf4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/so-germans-dont-like-chrome-safari/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/so-germans-dont-like-chrome-safari?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=so-germans-dont-like-chrome-safari</feedburner:origLink></item>
		<item>
		<title>The finer Art of Loading (#2): It’s all about timing</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/pqI3Tkts51A/the-finer-art-of-loading-2-handling-multiple-swfs</link>
		<comments>http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:56:32 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfs]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=668</guid>
		<description>Hey everyone, in the last chapter we made it to load a SWF and unload it on demand. Let's continue here and imagine that we're having three SWFs, each of them having some content which should be shown on click. A typical usage would obviously be a Flash Website consisting of multiple SWFs. What we're [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/pqI3Tkts51A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-finer-art-of-loading-2-handling-multiple-swfs</feedburner:origLink></item>
		<item>
		<title>Check Flash Player Version</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/wKRI5KgD6D0/snippet-check-flash-player-version</link>
		<comments>http://www.beautifycode.com/snippet-check-flash-player-version#comments</comments>
		<pubDate>Sat, 13 Feb 2010 20:51:33 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=650</guid>
		<description>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_flashVersion_en_ie"
			class="flashmovie"
			width="420"
			height="100"&gt;
	&lt;param name="movie" value="http://www.beautifycode.com/pub/flashVersion_en.swf" /&gt;
	&lt;!--[if !IE]&gt;--&gt;
	&lt;object	type="application/x-shockwave-flash"
			data="http://www.beautifycode.com/pub/flashVersion_en.swf"
			id="fm_flashVersion_en"
			width="420"
			height="100"&gt;
	&lt;!--&lt;![endif]--&gt;
		
	&lt;!--[if !IE]&gt;--&gt;
	&lt;/object&gt;
	&lt;!--&lt;![endif]--&gt;
&lt;/object&gt; Just a quick snippet to determine the visitor's Flash Player Version (incl. OS and Version RC) in Actionscript 3. The detailed trace of all information covers Operating System, Major Flash Version and up to the 4th release version, e.g. 10.0.42.34 - the latest release yet. You can easily copy and [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/wKRI5KgD6D0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/snippet-check-flash-player-version/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/snippet-check-flash-player-version?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=snippet-check-flash-player-version</feedburner:origLink></item>
		<item>
		<title>Array Protoype | removeValue(value:*)</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/Pp9Snlh_GF8/array-protoype-removevaluevalue</link>
		<comments>http://www.beautifycode.com/array-protoype-removevaluevalue#comments</comments>
		<pubDate>Thu, 21 Jan 2010 09:44:05 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=630</guid>
		<description>Another prototype I had to use recently and again the Internet didn't provide me any 100% working solution. So here's mine to remove a value in an Array and then automatically change it's keys, so if the value is in the first key everything will move up by one. (0 will be deleted, 1 will [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/Pp9Snlh_GF8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/array-protoype-removevaluevalue/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/array-protoype-removevaluevalue?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=array-protoype-removevaluevalue</feedburner:origLink></item>
		<item>
		<title>Must Visit AS3 Events &amp; Conferences (#as3mustvisit)</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/3m_hWUscwJE/must-visit-as3-events-conferences-as3mustvisit</link>
		<comments>http://www.beautifycode.com/must-visit-as3-events-conferences-as3mustvisit#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:26:40 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=622</guid>
		<description>Hey everyone, we (@hfug and @beautifycode) just thought of a calendar which shows every Actionscript- Event/Conference/Meeting worth visiting in 2010. Whenever you know anything you can simply post it via Twitter the following way (e.g. FFK10): 13.04 - 16.04 FFK10 in Cologne, Germany #as3mustvisit and we'll add it (later surely automatically) to the calendar. The [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/3m_hWUscwJE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/must-visit-as3-events-conferences-as3mustvisit/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/must-visit-as3-events-conferences-as3mustvisit?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=must-visit-as3-events-conferences-as3mustvisit</feedburner:origLink></item>
		<item>
		<title>Gordon – An open source Flash runtime written in JavaScript</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/ngqYs1WHNWA/gordon-an-open-source-flash-runtime-written-in-javascript-2</link>
		<comments>http://www.beautifycode.com/gordon-an-open-source-flash-runtime-written-in-javascript-2#comments</comments>
		<pubDate>Thu, 14 Jan 2010 11:57:00 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=617</guid>
		<description>Tobias Schneider also known as Tobey Tailor published his Flash runtime engine, written in Javascript. On the related article he provides 3 great examples. Get in touch with this great project.&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/ngqYs1WHNWA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/gordon-an-open-source-flash-runtime-written-in-javascript-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/gordon-an-open-source-flash-runtime-written-in-javascript-2?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gordon-an-open-source-flash-runtime-written-in-javascript-2</feedburner:origLink></item>
		<item>
		<title>Actionscript 3 – multiload vs. procedural</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/72k6T8jVXyU/actionscript-3-multiload-vs-procedural</link>
		<comments>http://www.beautifycode.com/actionscript-3-multiload-vs-procedural#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:38:24 +0000</pubDate>
		<dc:creator>Tobias Oberrauch</dc:creator>
				<category><![CDATA[Worth A Word]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[multiload]]></category>
		<category><![CDATA[procedural]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=606</guid>
		<description>Recently I've benchmarked the difference between a multi- and a procedural-loading. I've taken images with a size ranged between 500kb and 1mb. Here are the results... files 10 50 100 250 multiload 619 ms 2821 ms 6253 ms 17189 ms procedural 488 ms 2545 ms 6153 ms 16260 ms ...and here are the source files. [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/72k6T8jVXyU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/actionscript-3-multiload-vs-procedural/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/actionscript-3-multiload-vs-procedural?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=actionscript-3-multiload-vs-procedural</feedburner:origLink></item>
		<item>
		<title>Embedding Flash – XHTML valid and no Javascript!</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/Z789QIEELls/embedding-flash-xhtml-and-no-javascript</link>
		<comments>http://www.beautifycode.com/embedding-flash-xhtml-and-no-javascript#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:10:39 +0000</pubDate>
		<dc:creator>Tobias Oberrauch</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=594</guid>
		<description>Once again I got in trouble with embedding a flashmovie in html. This snippet helps you to embed your flash in a crossbrowser-way. And the clue is - it's javascript free: PLAIN TEXT CODE: &amp;#60;object data="stage.swf" width="400" height="300" type="application/x-shockwave-flash" style="width:400px; height:300px;"&amp;#62; &amp;#160; &amp;#160; &amp;#160;&amp;#60;param name="movie" value="stage.swf"/&amp;#62; &amp;#60;/object&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/Z789QIEELls" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/embedding-flash-xhtml-and-no-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/embedding-flash-xhtml-and-no-javascript?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=embedding-flash-xhtml-and-no-javascript</feedburner:origLink></item>
		<item>
		<title>Merry ChristmARs!</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/kFQItSSLr7Y/merry-christmars</link>
		<comments>http://www.beautifycode.com/merry-christmars#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:38:15 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ar]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[away3d]]></category>
		<category><![CDATA[flartoolkit]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=586</guid>
		<description>Another project left my table and this time it's an Augmented Reality one, namely the Christmas Card by DER PUNKT gmbh. Many of you (to be honest me as well) don't like AR for it's uselessness but I think this one checks at least cute and is worth a view. Behind the scenes Away3D, 3D [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/kFQItSSLr7Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/merry-christmars/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/merry-christmars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=merry-christmars</feedburner:origLink></item>
		<item>
		<title>Redirecting non-www to www-domains</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/eyi3FDQ_ZvM/redirecting-non-www-to-www-domains</link>
		<comments>http://www.beautifycode.com/redirecting-non-www-to-www-domains#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:32:37 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=580</guid>
		<description>You know you can access your domain with or without a www. Besides Google Flashmovies don't like that kind of double-accessibility as security-sandbox-violations will appear. E.g. a flashmovie embedded on http://beautifycode.com cannot access http://www.beautifycode.com when not directly allowed via crossdomain-policy. To completely prevent this (and Google will thank you, too) you can easily redirect your [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/eyi3FDQ_ZvM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/redirecting-non-www-to-www-domains/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/redirecting-non-www-to-www-domains?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redirecting-non-www-to-www-domains</feedburner:origLink></item>
		<item>
		<title>Embed Tags in FDT</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/MKuiksh7c0I/embed-tags-in-fdt</link>
		<comments>http://www.beautifycode.com/embed-tags-in-fdt#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:32:04 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=566</guid>
		<description>Just a Quickpost if you're encountering error-messages in FDT while using Embed Tags for library-items or files directly. I've struggled with this sometimes: Error: Unable to transcode sample.jpg This is because your path doesn't fit. Believe me, it's true - you have to target relative to your src-folder. So e.g. PLAIN TEXT Actionscript: &amp;#91;Embed&amp;#40;source="../assets/sample.jpg"&amp;#41;&amp;#93; private [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/MKuiksh7c0I" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/embed-tags-in-fdt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/embed-tags-in-fdt?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=embed-tags-in-fdt</feedburner:origLink></item>
		<item>
		<title>FDT Bloggers | A List at Hawaii Flasher User Group</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/HnHN5nVdJSo/fdt-bloggers-a-list-at-hawaii-flasher-user-group</link>
		<comments>http://www.beautifycode.com/fdt-bloggers-a-list-at-hawaii-flasher-user-group#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:29:16 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=560</guid>
		<description>Just a quick-post introducing the Hawaii Flash User Group which started a list with Blogs dealing with Powerflasher's FDT. Besides it covers some cool topics about changing FDT's Skin, Splashscreen, etc. - as well as some walkthroughs for installing and setting it up. If you're blogging about FDT as well just leave a comment on [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/HnHN5nVdJSo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-bloggers-a-list-at-hawaii-flasher-user-group/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-bloggers-a-list-at-hawaii-flasher-user-group?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-bloggers-a-list-at-hawaii-flasher-user-group</feedburner:origLink></item>
		<item>
		<title>Array Prototypes: insert(index,value) &amp; remove(index)</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/OPOt8CUI52U/array-prototypes-insertindexvalue-removeindex</link>
		<comments>http://www.beautifycode.com/array-prototypes-insertindexvalue-removeindex#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:39:20 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=546</guid>
		<description>I've been searching the net for a couple of minutes but didn't find a working prototype in AS3 / 2 which fit my requirements. There were lots of prototypes but I wanted to remove an Array-key by just passing it's index. And I needed the other way around: inserting new keys to where-ever I want. [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/OPOt8CUI52U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/array-prototypes-insertindexvalue-removeindex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/array-prototypes-insertindexvalue-removeindex?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=array-prototypes-insertindexvalue-removeindex</feedburner:origLink></item>
		<item>
		<title>Five holy Firefox-Plugins for Flash-Developers</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/VZVqTZXY91A/five-holy-firefox-plugins-for-flash-developers</link>
		<comments>http://www.beautifycode.com/five-holy-firefox-plugins-for-flash-developers#comments</comments>
		<pubDate>Wed, 18 Nov 2009 11:45:38 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=526</guid>
		<description>You all may know the following conversations: "Somehow I can't see the Flash-File" - "Which Flash-Version do you've got?" "The Loading-Bar takes ages" - "Your bandwidth is driven by a hamster?" "I can't see the changes you've made" - "Press Ctrl+F5" "The image is missing, isn't it?" - "Hmm, let me see." These questions often [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/VZVqTZXY91A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/five-holy-firefox-plugins-for-flash-developers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/five-holy-firefox-plugins-for-flash-developers?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=five-holy-firefox-plugins-for-flash-developers</feedburner:origLink></item>
		<item>
		<title>Sparkasse Karlsruhe – Virtual 3D Fly-Through</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/IV4S4j8hq5I/sparkasse-karlsruhe-virtual-3d-fly-through</link>
		<comments>http://www.beautifycode.com/sparkasse-karlsruhe-virtual-3d-fly-through#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:45:37 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=521</guid>
		<description>Just released and worth a look: Karlsruhe's Sparkasse near Europaplatz lets their customers experience their office in a virtual 3D Fly-Through. Developed with different helperclasses for controlling and hotspot-management, a self-written caching-system, 3D Studio Max and Flash CS4. There is only a German version available but it should be pretty self-explaining. Sparkasse Karlsruhe - A [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/IV4S4j8hq5I" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/sparkasse-karlsruhe-virtual-3d-fly-through/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/sparkasse-karlsruhe-virtual-3d-fly-through?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sparkasse-karlsruhe-virtual-3d-fly-through</feedburner:origLink></item>
		<item>
		<title>The finer Art of Loading (#1): Simple load &amp; unload</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/yO-mP-4oDCQ/the-finer-art-of-loading-1-simple-load-unload</link>
		<comments>http://www.beautifycode.com/the-finer-art-of-loading-1-simple-load-unload#comments</comments>
		<pubDate>Wed, 11 Nov 2009 00:21:11 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=515</guid>
		<description>This one-of-will-be-many-articles is covering the first steps of loading and unloading SWFs properly in Actionscript 3. The follow-up articles will discuss dynamical loading-managements, bulk loading and general questions about caching, the garbage collector and the likes. Well, as said we'll just talking about simple load and a clean unload, as I want to give beginners [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/yO-mP-4oDCQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/the-finer-art-of-loading-1-simple-load-unload/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/the-finer-art-of-loading-1-simple-load-unload?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-finer-art-of-loading-1-simple-load-unload</feedburner:origLink></item>
		<item>
		<title>JActionScripters’ latest wonder: SiON Synthesizer</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/qTiN1SgdOlQ/jactionscripters-latest-wonder-sion-synthesizer</link>
		<comments>http://www.beautifycode.com/jactionscripters-latest-wonder-sion-synthesizer#comments</comments>
		<pubDate>Thu, 08 Oct 2009 15:29:51 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[modulation]]></category>
		<category><![CDATA[sion]]></category>
		<category><![CDATA[synth]]></category>
		<category><![CDATA[synthesizer]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=506</guid>
		<description>Currently there are several brilliant guys working on different sound-modification libs/scripts in Actionscript 3. Lee Brimelow and André Michelle came up with some pretty cool examples some weeks ago and as I am working with Synths in my band I'm always pretty interested in the techniques my modulars (Kaoss Pad #3) are using. Anyway, I [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/qTiN1SgdOlQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/jactionscripters-latest-wonder-sion-synthesizer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/jactionscripters-latest-wonder-sion-synthesizer?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jactionscripters-latest-wonder-sion-synthesizer</feedburner:origLink></item>
		<item>
		<title>Alpha / Soft Masks in Actionscript</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/m1ACOnS4l2U/quicksnippet-alpha-masks-in-actionscript</link>
		<comments>http://www.beautifycode.com/quicksnippet-alpha-masks-in-actionscript#comments</comments>
		<pubDate>Fri, 02 Oct 2009 08:44:31 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[masks]]></category>
		<category><![CDATA[soft]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=512</guid>
		<description>We're all used to the fact that the Flash IDE doesn't support soft masks for any reason. Everyone needing soft / alpha gradient masks must use Actionscript to realize that. Just add a PNG (you want to use as map) with transparency to your library (or load it), export it for Actionscript (in our case [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/m1ACOnS4l2U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/quicksnippet-alpha-masks-in-actionscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/quicksnippet-alpha-masks-in-actionscript?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quicksnippet-alpha-masks-in-actionscript</feedburner:origLink></item>
		<item>
		<title>Desktop Reporting for Google Analytics</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/L6NdIbVema0/desktop-reporting-for-google-analytics</link>
		<comments>http://www.beautifycode.com/desktop-reporting-for-google-analytics#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:10:23 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Worth A Word]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[ga]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[standalone]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=478</guid>
		<description>Wow, somebody thought somewhere that somehow the Google Analytics interface could become somewhat more trendy. And this thought also included making it available from Desktop. Smart idea and even smarter AIR-Application that Desktop Reporting has developed. These guys made it possible to provide you with even more detailed information than the GA-Interface does for pretty [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/L6NdIbVema0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/desktop-reporting-for-google-analytics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/desktop-reporting-for-google-analytics?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=desktop-reporting-for-google-analytics</feedburner:origLink></item>
		<item>
		<title>Compile AIR Projects with FDT</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/fYkXTau4c3E/fdt-compile-air-projects</link>
		<comments>http://www.beautifycode.com/fdt-compile-air-projects#comments</comments>
		<pubDate>Fri, 25 Sep 2009 13:05:20 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[Daily Bread]]></category>
		<category><![CDATA[FDT related]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=498</guid>
		<description>An updated and extended version for FDT 4 and AIR 2 has been released! AIR2 AND FDT4 (M3) – A DETAILED WALKTHROUGH Original Post: Admitting that I was surprised pleasantly that even the official Powerflasher-Blog published an article about compiling AIR projects in FDT 3 I recently started to take the challenge and began with [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/fYkXTau4c3E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-compile-air-projects/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-compile-air-projects?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-compile-air-projects</feedburner:origLink></item>
		<item>
		<title>F*CSS – Finally parsing CSS the right way</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/DURp3UOIejg/fcss-finally-parsing-css-the-right-way</link>
		<comments>http://www.beautifycode.com/fcss-finally-parsing-css-the-right-way#comments</comments>
		<pubDate>Tue, 22 Sep 2009 19:52:46 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[parse]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=459</guid>
		<description>TheFlashBum: if you need text you need F*CSS. Again just a quick post to mention Jesse Freeman's revolutionary CSS-Parsing library. This one allows you to easily access CSS styles from an external .css file in a handy, feeling right way. On the official page he provides a pretty easy-to-use example and of course the library [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/DURp3UOIejg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fcss-finally-parsing-css-the-right-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fcss-finally-parsing-css-the-right-way?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fcss-finally-parsing-css-the-right-way</feedburner:origLink></item>
		<item>
		<title>FDT – Sandbox Security Violation in OS X</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/CsjnMtwP9ww/fdt-sandbox-security-violation-in-os-x</link>
		<comments>http://www.beautifycode.com/fdt-sandbox-security-violation-in-os-x#comments</comments>
		<pubDate>Tue, 22 Sep 2009 19:14:45 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[local-with-filesystem]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sandbox]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=418</guid>
		<description>Just found out, that this exception: Only local-with-filesystem and trusted local SWF files may access local resources (which might occur when trying to load a local css-file within a FDT-build) can easily be fixed by passing the use-network param. For sure set the value to true :)&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/CsjnMtwP9ww" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-sandbox-security-violation-in-os-x/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-sandbox-security-violation-in-os-x?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-sandbox-security-violation-in-os-x</feedburner:origLink></item>
		<item>
		<title>FDT – Seeing no Traces in Console</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/fH51daFZ_64/fdt-seeing-no-traces-in-console</link>
		<comments>http://www.beautifycode.com/fdt-seeing-no-traces-in-console#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:36:09 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[no traces]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=471</guid>
		<description>Hey, just a quick note for everybody (and I know there are lots of you) who's not seing traces in FDT. This mainly depends on a missing Adobe Flash Debug Player for your system. So grab it there: Adobe Flash Player - Downloads. It's the Content Debugging one. After the install (and if I remember [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/fH51daFZ_64" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-seeing-no-traces-in-console/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-seeing-no-traces-in-console?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-seeing-no-traces-in-console</feedburner:origLink></item>
		<item>
		<title>Debug-Class extended – A detailed Trace</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/Ix7497CHPlw/debug-class-extended-a-detailed-trace</link>
		<comments>http://www.beautifycode.com/debug-class-extended-a-detailed-trace#comments</comments>
		<pubDate>Sun, 13 Sep 2009 13:44:51 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[caller]]></category>
		<category><![CDATA[check who called]]></category>
		<category><![CDATA[detailed]]></category>
		<category><![CDATA[extended trace]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=434</guid>
		<description>We often had to spend a couple of minutes finding out which class traced something like "hey, it works". With this in mind I came up with the idea to give trace the ability to even show which class was tracing. So we've extended our Debug-Class furthermore (there will be an article about dumping your [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/Ix7497CHPlw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/debug-class-extended-a-detailed-trace/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/debug-class-extended-a-detailed-trace?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=debug-class-extended-a-detailed-trace</feedburner:origLink></item>
		<item>
		<title>Redefining the ENTER-key in textfields</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/zNNweP8QQYg/redefining-the-enter-key-in-textfields</link>
		<comments>http://www.beautifycode.com/redefining-the-enter-key-in-textfields#comments</comments>
		<pubDate>Sat, 12 Sep 2009 18:33:28 +0000</pubDate>
		<dc:creator>Tobias Oberrauch</dc:creator>
				<category><![CDATA[Codesnippets]]></category>
		<category><![CDATA[enter key]]></category>
		<category><![CDATA[linebreak]]></category>
		<category><![CDATA[redefine]]></category>
		<category><![CDATA[textfields]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=422</guid>
		<description>This one's showing how to redefine the ENTER-key in textfields to prevent it from breaking lines. 
&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_Main_ie"
			class="flashmovie"
			width="480"
			height="200"&gt;
	&lt;param name="movie" value="http://www.beautifycode.com/wp-content/uploads/2009/09/Main.swf" /&gt;
	&lt;!--[if !IE]&gt;--&gt;
	&lt;object	type="application/x-shockwave-flash"
			data="http://www.beautifycode.com/wp-content/uploads/2009/09/Main.swf"
			id="fm_Main"
			width="480"
			height="200"&gt;
	&lt;!--&lt;![endif]--&gt;
		
	&lt;!--[if !IE]&gt;--&gt;
	&lt;/object&gt;
	&lt;!--&lt;![endif]--&gt;
&lt;/object&gt; PLAIN TEXT Actionscript: textfield.addEventListener&amp;#40;KeyboardEvent.KEY_UP, keyHandler&amp;#41;; &amp;#160; private function keyHandler&amp;#40;event:KeyboardEvent&amp;#41;:void &amp;#123; &amp;#160; &amp;#160;if&amp;#40;event.type == KeyboardEvent.KEY_UP &amp;#38;amp;&amp;#38;amp; event.keyCode == Keyboard.ENTER&amp;#41; &amp;#123; &amp;#160; &amp;#160; &amp;#160; event.target.text = event.target.text.replace&amp;#40;"\r", ""&amp;#41;; &amp;#160; &amp;#160;&amp;#125; &amp;#125;&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/zNNweP8QQYg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/redefining-the-enter-key-in-textfields/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/redefining-the-enter-key-in-textfields?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redefining-the-enter-key-in-textfields</feedburner:origLink></item>
		<item>
		<title>The constructor returns a value!?</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/ZCB86EwiKCs/the-constructor-returns-a-value</link>
		<comments>http://www.beautifycode.com/the-constructor-returns-a-value#comments</comments>
		<pubDate>Sat, 12 Sep 2009 18:30:11 +0000</pubDate>
		<dc:creator>Tobias Oberrauch</dc:creator>
				<category><![CDATA[Codesnippets]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=420</guid>
		<description>PLAIN TEXT Actionscript: public function create&amp;#40;templateID:int&amp;#41;:* &amp;#123; &amp;#160; &amp;#160; return new Template&amp;#40;templateID&amp;#41;.get; &amp;#125; PLAIN TEXT Actionscript: package de.derpunkt.framework.assets &amp;#123; &amp;#160; &amp;#160; import de.derpunkt.framework.content.Template01; &amp;#160; &amp;#160; import de.derpunkt.framework.content.Template02; &amp;#160; &amp;#160; import de.derpunkt.framework.content.Template03; &amp;#160; &amp;#160; &amp;#160; /** &amp;#160; &amp;#160;&amp;#160; * @author Tobias Oberrauch &amp;#60;tobias@beautifycode.de&amp;#62; &amp;#160; &amp;#160;&amp;#160; */ &amp;#160; &amp;#160; &amp;#160; public class Template &amp;#123; &amp;#160; &amp;#160; &amp;#160; [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/ZCB86EwiKCs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/the-constructor-returns-a-value/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/the-constructor-returns-a-value?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-constructor-returns-a-value</feedburner:origLink></item>
		<item>
		<title>FDT Quicktip #1 – Quickfix with Methodparams</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/B4ZfHHUrkCo/fdt-quicktip-1-quickfix-with-methodparams</link>
		<comments>http://www.beautifycode.com/fdt-quicktip-1-quickfix-with-methodparams#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:03:26 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[quickfix]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=395</guid>
		<description>This one's about pressing CTRL+1 when passing Objects to a param. Just let FDT itself add the private var, assigning the param to it and auto-import instantly. Brilliant!&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/B4ZfHHUrkCo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-quicktip-1-quickfix-with-methodparams/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-quicktip-1-quickfix-with-methodparams?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-quicktip-1-quickfix-with-methodparams</feedburner:origLink></item>
		<item>
		<title>FDT – HowTo Debug in Browers</title>
		<link>http://feedproxy.google.com/~r/beautifycode/~3/8HpX4ZiPcVs/fdt-howto-debug-in-browsers</link>
		<comments>http://www.beautifycode.com/fdt-howto-debug-in-browsers#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:22:17 +0000</pubDate>
		<dc:creator>Marvin Blase</dc:creator>
				<category><![CDATA[FDT related]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.beautifycode.com/?p=386</guid>
		<description>Hey everybody out there! This is a brandnew and awesome tip for everybody working with Powerflasher's FDT 3. As everybody knows FDT has built in a pretty neat debugger with cool features like Breakpoints, realtime variable watching, etc. - But all that is (as it is usually) limited to the Environment itself. That means if [...]&lt;img src="http://feeds.feedburner.com/~r/beautifycode/~4/8HpX4ZiPcVs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.beautifycode.com/fdt-howto-debug-in-browsers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.beautifycode.com/fdt-howto-debug-in-browsers?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fdt-howto-debug-in-browsers</feedburner:origLink></item>
	</channel>
</rss>
