<?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>blog-o-fobik &#187; Actionscript</title>
	<atom:link href="http://klaustrofobik.org/blog/category/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://klaustrofobik.org/blog</link>
	<description>random thoughts about code and life</description>
	<lastBuildDate>Sat, 21 Aug 2010 10:48:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flash is bigger than ever</title>
		<link>http://klaustrofobik.org/blog/actionscript/flash-is-bigger-than-ever</link>
		<comments>http://klaustrofobik.org/blog/actionscript/flash-is-bigger-than-ever#comments</comments>
		<pubDate>Sat, 15 Jan 2005 12:01:22 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/11</guid>
		<description><![CDATA[It&#8217;s been ages since my last post but these things are big enough that woke me up and made me blog about them: 1) You can compile actionscript 2 files into swf without the Flash IDE. I just installed MTASC (Motion-Twin Actionscript2 Compiler) on my linux box and compiled my first swf movie, how cool [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/flash-is-bigger-than-ever/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Central 1.5 is out!</title>
		<link>http://klaustrofobik.org/blog/actionscript/central-15-is-out</link>
		<comments>http://klaustrofobik.org/blog/actionscript/central-15-is-out#comments</comments>
		<pubDate>Fri, 17 Sep 2004 07:41:05 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/27</guid>
		<description><![CDATA[I am sure everybody is blogging about this already, so i am going to be short: Macromedia Central 1.5 is finally out. New features in this release (btw, this is still a developer release) are: - File I/O support - File upload and download support - Automatic network detection - Flash MX 2004 extensions to [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/central-15-is-out/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>as2docgenerator going opensource</title>
		<link>http://klaustrofobik.org/blog/actionscript/as2docgenerator-going-opensource</link>
		<comments>http://klaustrofobik.org/blog/actionscript/as2docgenerator-going-opensource#comments</comments>
		<pubDate>Mon, 23 Aug 2004 12:39:11 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/26</guid>
		<description><![CDATA[I recieved quite a few emails regarding as2docgenerator updates, aditional features, offering help, asking for source code &#8230; and i would like to thank each one of you for showing interest in this little project I realized that if as2docgenerator is going to improve i would need help from other developers, so i decided to [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/as2docgenerator-going-opensource/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS2docGenerator minor update</title>
		<link>http://klaustrofobik.org/blog/actionscript/as2docgenerator-minor-update</link>
		<comments>http://klaustrofobik.org/blog/actionscript/as2docgenerator-minor-update#comments</comments>
		<pubDate>Sat, 19 Jun 2004 17:57:00 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/24</guid>
		<description><![CDATA[Finally, i have some minor updates to the AS2docGenerator: - added suport for the @interface tag, - you can now add as a parameter a directory containing .as class files (or other directories with .as class files) and it will generate a _docs directory with all the html outputs example usage: 1) single .as file: [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/as2docgenerator-minor-update/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Simple Interactive Expression Parser</title>
		<link>http://klaustrofobik.org/blog/actionscript/simple-interactive-expression-parser</link>
		<comments>http://klaustrofobik.org/blog/actionscript/simple-interactive-expression-parser#comments</comments>
		<pubDate>Sat, 12 Jun 2004 20:35:12 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/23</guid>
		<description><![CDATA[It&#8217;s been a long time since my last post and to put some &#8220;life&#8221; back to this blog, i thought i&#8217;d post one of those &#8220;ported from java&#8221; experiments. Very little work on my part, actually.. thanks to syntax similarities between AS2 and java. This one is from the book The Art of Java, Chapter [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/simple-interactive-expression-parser/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash MX2004 LiveDocs</title>
		<link>http://klaustrofobik.org/blog/actionscript/flash-mx2004-livedocs</link>
		<comments>http://klaustrofobik.org/blog/actionscript/flash-mx2004-livedocs#comments</comments>
		<pubDate>Wed, 12 Nov 2003 09:59:32 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/46</guid>
		<description><![CDATA[This is something i didn&#8217;t know it exsisted until just recently: Flash MX2004 Livedocs at MM site. All the documentation from the Help panel is now online, but you can also add your own comments or code samples and read others. It is something that&#8217;s got potential if flash users (we) will start &#8220;using&#8221; it]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/flash-mx2004-livedocs/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash 2004 command line compiler</title>
		<link>http://klaustrofobik.org/blog/actionscript/flash-2004-command-line-compiler</link>
		<comments>http://klaustrofobik.org/blog/actionscript/flash-2004-command-line-compiler#comments</comments>
		<pubDate>Sun, 02 Nov 2003 15:57:32 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/42</guid>
		<description><![CDATA[Mike Chambers released FlashCommand (a commandline compiler for Flash 2004). read more about it here.]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/flash-2004-command-line-compiler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>string permutations (from java to AS2)</title>
		<link>http://klaustrofobik.org/blog/actionscript/string-permutations-from-java-to-as2</link>
		<comments>http://klaustrofobik.org/blog/actionscript/string-permutations-from-java-to-as2#comments</comments>
		<pubDate>Sun, 02 Nov 2003 15:04:17 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/41</guid>
		<description><![CDATA[In order to learn AS2 i&#8217;ve started to study java more intensely and translate various code snippets to AS2 and to great suprise, some of them can be just copy/pasted (syntactically speaking). Here&#8217;s an example. I came across this link with some usefull java code to learn from. If you take a look at this [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/string-permutations-from-java-to-as2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSAPI reference</title>
		<link>http://klaustrofobik.org/blog/actionscript/jsapi-reference</link>
		<comments>http://klaustrofobik.org/blog/actionscript/jsapi-reference#comments</comments>
		<pubDate>Fri, 24 Oct 2003 08:44:56 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/39</guid>
		<description><![CDATA[Tired of waiting for the official MM jsapi reference? Here&#8217;s a nice one: JSAPI Overview via flashcoders.]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/jsapi-reference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending AS2 Array</title>
		<link>http://klaustrofobik.org/blog/actionscript/extending-as2-array</link>
		<comments>http://klaustrofobik.org/blog/actionscript/extending-as2-array#comments</comments>
		<pubDate>Thu, 23 Oct 2003 23:45:38 +0000</pubDate>
		<dc:creator>klaut</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://klaustrofobik.org/blog/archives/38</guid>
		<description><![CDATA[According to gSkinner&#8217;s post, when you extend an array you must call the superClass constructor in a particular way so that the indefinite amount of arguments get passed along correctly to the parent class: class ArrayExtended extends Array { function ArrayExtended(){ super.constructor.apply(this, arguments); } public function someFunc(){ return length; } } Well, that never worked [...]]]></description>
		<wfw:commentRss>http://klaustrofobik.org/blog/actionscript/extending-as2-array/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
