<?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>dirtystylus &#187; Flash/Actionscript</title>
	<atom:link href="http://www.dirtystylus.com/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dirtystylus.com/blog</link>
	<description>resistance was futile</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:39:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Eclipse Filename Search Filter</title>
		<link>http://www.dirtystylus.com/blog/2010/11/16/eclipse-filename-search-filter/</link>
		<comments>http://www.dirtystylus.com/blog/2010/11/16/eclipse-filename-search-filter/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 18:33:34 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=275</guid>
		<description><![CDATA[Because I keep forgetting this: In Eclipse, Shift-Command-R brings up a dialog that can be used to find files by name.]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2010/11/16/eclipse-filename-search-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Debug Logging</title>
		<link>http://www.dirtystylus.com/blog/2010/11/09/flash-debug-logging/</link>
		<comments>http://www.dirtystylus.com/blog/2010/11/09/flash-debug-logging/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 15:49:16 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=271</guid>
		<description><![CDATA[Flash debug output can be captured to a log file, as described by Mark Walters here: http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/. On OS X You can then display that output in Console.app. I've set up two aliases in my bash profile to do so: PLAIN TEXTCODE: alias trace=’open -a /Volumes/&#91;HARD DRIVE NAME&#93;/Applications/Utilities/Console.app/ /Users/&#91;USERNAME&#93;/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt’ &#160; alias cleartrace=’cat /dev/null&#62; /Users/&#91;USERNAME&#93;/Library/Preferences/Macromedia/Flash\ [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2010/11/09/flash-debug-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustration</title>
		<link>http://www.dirtystylus.com/blog/2010/03/25/frustration/</link>
		<comments>http://www.dirtystylus.com/blog/2010/03/25/frustration/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:52:46 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Technology's Betrayal]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=254</guid>
		<description><![CDATA[Found this today while dusting off an FLA from a very old project (written by someone else, I should add).]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2010/03/25/frustration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FDT 3.5</title>
		<link>http://www.dirtystylus.com/blog/2010/03/02/fdt-3-5/</link>
		<comments>http://www.dirtystylus.com/blog/2010/03/02/fdt-3-5/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:58:52 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=248</guid>
		<description><![CDATA[Finally installed FDT 3.5 yesterday. I don't write Flex Apps, so the MXML support is nice to see but doesn't really affect me. I noticed a lot more templates, and today I was pleased to see that the quick fix to rename a class also automatically renames the constructor if it is present. It always [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2010/03/02/fdt-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Names for Ant Build Files</title>
		<link>http://www.dirtystylus.com/blog/2009/08/06/project-names-for-ant-build-files/</link>
		<comments>http://www.dirtystylus.com/blog/2009/08/06/project-names-for-ant-build-files/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:24:41 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=228</guid>
		<description><![CDATA[Just posted this over at the DS Tech Blog: Project Names for Ant Build Files. Completely obvious, yet somehow it's taken me a year to realize this. It's not usually an issue when you only have one project open, but today I was staring at three build files in the Ant panel, all named "project". [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2009/08/06/project-names-for-ant-build-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Runtime Assets</title>
		<link>http://www.dirtystylus.com/blog/2009/07/29/flash-runtime-assets/</link>
		<comments>http://www.dirtystylus.com/blog/2009/07/29/flash-runtime-assets/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:51:33 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=219</guid>
		<description><![CDATA[My friend Andy Hatch has been working on utility classes for runtime asset loading in Flash, specifically runtime fonts. Runtime fonts are a particularly tricky thing to get right, but this looks like a clean, simple solution to the problem.]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2009/07/29/flash-runtime-assets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Choose the Moon, FWA S.O.T.D.</title>
		<link>http://www.dirtystylus.com/blog/2009/07/20/we-choose-the-moon-fwa-s-o-t-d/</link>
		<comments>http://www.dirtystylus.com/blog/2009/07/20/we-choose-the-moon-fwa-s-o-t-d/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:59:08 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=215</guid>
		<description><![CDATA[Update 2009-08-04: We Choose the Moon was chosen as FWA Site of the Month! We Choose the Moon is today's FWA Site of the Day. The moon landing is tonight, after which the site will shift to post-live mode where you can investigate each of the stages separately.]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2009/07/20/we-choose-the-moon-fwa-s-o-t-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Choose The Moon</title>
		<link>http://www.dirtystylus.com/blog/2009/07/15/we-choose-the-moon/</link>
		<comments>http://www.dirtystylus.com/blog/2009/07/15/we-choose-the-moon/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 22:33:25 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=206</guid>
		<description><![CDATA[I've been working on this site for a while: We Choose The Moon. It'll accompany a real-time audio stream of the entire Apollo 11 mission, with each stage marked by a 3D cinematic. Great work by the crew here at Domani Studios, and our fellow astronauts from the Martin Agency and AOL. Launch time is [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2009/07/15/we-choose-the-moon/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Event.ACTIVATE and WMode</title>
		<link>http://www.dirtystylus.com/blog/2009/07/01/eventactivate-and-wmode/</link>
		<comments>http://www.dirtystylus.com/blog/2009/07/01/eventactivate-and-wmode/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 02:09:11 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Technology's Betrayal]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=203</guid>
		<description><![CDATA[Another classic case of finding things out the hard way: in ActionScript Event.ACTIVATE and Event.DEACTIVATE do not fire if the swf is embedded with wmode set to transparent. I was working on a project that needed to know when the user switched focus away from the swf, and couldn't figure out why the event would [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2009/07/01/eventactivate-and-wmode/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing Filename Case in SVN</title>
		<link>http://www.dirtystylus.com/blog/2009/06/23/changing-filename-case-in-svn/</link>
		<comments>http://www.dirtystylus.com/blog/2009/06/23/changing-filename-case-in-svn/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:29:51 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology's Betrayal]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=191</guid>
		<description><![CDATA[This one has bugged me for a long time. During a project where things get passed from developer to developer or designer to designer things often get renamed to the same name, only with a different case. For example, myFlvIN.flv becomes myFlvin.flv. I used to think you had to move the files away, rename them, [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2009/06/23/changing-filename-case-in-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Object Caching 576/641 objects using disk

Served from: www.dirtystylus.com @ 2012-02-04 17:02:18 -->
