<?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>mentalaxis &#187; ActionScript3.0</title>
	<atom:link href="http://mentalaxis.com/words/tag/actionscript30/feed/" rel="self" type="application/rss+xml" />
	<link>http://mentalaxis.com/words</link>
	<description>in the kingdom of the blind... stay off the highway!</description>
	<lastBuildDate>Fri, 14 Aug 2009 11:00:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 Singleton &#8211; FDT Template</title>
		<link>http://mentalaxis.com/words/2008/08/12/as3-singleton-fdt-template/</link>
		<comments>http://mentalaxis.com/words/2008/08/12/as3-singleton-fdt-template/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:04:36 +0000</pubDate>
		<dc:creator>Jason Milkins</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ActionScript3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[automationrawks]]></category>
		<category><![CDATA[codebynumbers]]></category>
		<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[singleton]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://mentalaxis.com/words/?p=197</guid>
		<description><![CDATA[Ok, here we go again, AS3 and Singletons have been discussed almost as much as Peak Oil, but never-the-less, allow me to present yet another Singleton implementation, wrapped up in a neat little FDT template.




package ${enclosing_package} {
	
	/**
	 * @author ${user}
	 */
	public class ${enclosing_type} {
		
		private static var _instance : ${enclosing_type};
		private static function hidden() : void {}

		public [...]]]></description>
		<wfw:commentRss>http://mentalaxis.com/words/2008/08/12/as3-singleton-fdt-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging with Flash Player 9,0,28,0</title>
		<link>http://mentalaxis.com/words/2007/02/01/debugging-with-flash-player-90280/</link>
		<comments>http://mentalaxis.com/words/2007/02/01/debugging-with-flash-player-90280/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 17:28:41 +0000</pubDate>
		<dc:creator>Jason Milkins</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[ActionScript2.0]]></category>
		<category><![CDATA[ActionScript3.0]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://mentalaxis.com/words/2007/02/01/debugging-with-flash-player-90280/</guid>
		<description><![CDATA[All the kids are debugging with Flash Debug Player these days, (haven't you heard?)
For those of you that don't know, the Debug version of the player sends trace commands to a text file which you can watch with a variety of tools, but we'll get into that later.


To get the Debug Player visit http://www.adobe.com/support/flashplayer/downloads.html and [...]]]></description>
		<wfw:commentRss>http://mentalaxis.com/words/2007/02/01/debugging-with-flash-player-90280/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
