<rss version="2.0">
	<channel>
<title>Digital Paper Revolution</title>
<link>http://blog.digikami.net/tag/actionscript</link>
<description>A blog.</description>
<item>
	<title>SWF Scaling and Content Alignment</title>
	<link>http://blog.digikami.net/2010/08/26/swf_scaling_and_content_alignment</link>
  <pubDate>2010-08-26 13:44:47</pubDate>
	<description><![CDATA[I want the past two hours of my life back.  Real quick, it turns out that in AS3, fscommand("allowscale", "false") messes with the <pre>Stage.scaleMode = StageScaleMode.NO_SCALE;<br />]]></description>
</item>
<item>
	<title>AS3: Singleton</title>
	<link>http://blog.digikami.net/2010/03/08/as3_singleton</link>
  <pubDate>2010-03-08 12:02:34</pubDate>
	<description><![CDATA[I don't think this trick is all that special, but I've been told I should put it on the internets. ActionScript does not allow for private constructor functions, thereby preventing a pure implementation of the Singleton pattern.  This is my way around it:<br />]]></description>
</item>
<item>
	<title>AS3: References by Interface aren't Objects?</title>
	<link>http://blog.digikami.net/2010/03/07/as3_references_by_interface_arent_objects</link>
  <pubDate>2010-03-07 16:53:24</pubDate>
	<description><![CDATA[It turns out when you typecast an object as the interface it implements, you lose the fact that it's an object.  What up, team ActionScript?<br />]]></description>
</item>
<item>
	<title>AS3: Dynamic Instantiation</title>
	<link>http://blog.digikami.net/2010/03/06/as3_dynamic_instantiation</link>
  <pubDate>2010-03-06 18:05:39</pubDate>
	<description><![CDATA[I know this trick is well documented already, but I figure the more it's out there, the easier it is to find.<br />]]></description>
</item>
	</channel>
</rss>
