<?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>flash tekkie &#187; ActionScript</title>
	<atom:link href="http://tekkie.flashbit.net/tag/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://tekkie.flashbit.net</link>
	<description>Flash technology blog</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:23:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Protect your ActionScript code with SWF Protector</title>
		<link>http://tekkie.flashbit.net/flash/as/protect-your-actionscript-code-with-swf-protector</link>
		<comments>http://tekkie.flashbit.net/flash/as/protect-your-actionscript-code-with-swf-protector#comments</comments>
		<pubDate>Thu, 22 Jul 2010 00:43:32 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Developer tools]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[decompile]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[obfuscate]]></category>
		<category><![CDATA[obfuscation]]></category>
		<category><![CDATA[obfuscator]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[PV3D]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[SWF Protector]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=1189</guid>
		<description><![CDATA[Even though the point of code obfuscation will always remain arguable, it may sometimes be a good idea to mess around a bit and make your ActionScript code harder to steal. The following review will highlight the features of SWF Protector, analyse the code and impact on SWF file size as well as performance. Interface [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/as/protect-your-actionscript-code-with-swf-protector/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Eclipse to compile Flash with Cmd + Enter</title>
		<link>http://tekkie.flashbit.net/flash/configuring-eclipse-to-compile-flash-with-cmd-enter</link>
		<comments>http://tekkie.flashbit.net/flash/configuring-eclipse-to-compile-flash-with-cmd-enter#comments</comments>
		<pubDate>Sat, 26 Jun 2010 10:54:59 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[Developer tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AXDT]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[Flash IDE]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=624</guid>
		<description><![CDATA[If for whatever reason a lot of your work gets done in Flash IDE and you&#8217;re working on the open-source Eclipse Flash development platform, it may get seriously annoying to seek for that tiny Run button on the Eclipse toolbar. To hook up Cmd + Enter* in Eclipse, do the following: Open the Preferences of [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/configuring-eclipse-to-compile-flash-with-cmd-enter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LogWatcher as a cross-platform Flash debugger in Eclipse</title>
		<link>http://tekkie.flashbit.net/flash/logwatcher-as-a-cross-platform-flash-debugger-in-eclipse</link>
		<comments>http://tekkie.flashbit.net/flash/logwatcher-as-a-cross-platform-flash-debugger-in-eclipse#comments</comments>
		<pubDate>Thu, 24 Jun 2010 10:42:03 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[Developer tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[mm.cfg]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=1031</guid>
		<description><![CDATA[LogWatcher is the kind of open-source Eclipse plugin that enables hooking a view of a certain log file to the Eclipse IDE. It comes in handy for open-source AXDT Flash development plugin of Eclipse that currently (at version 0.0.7.1) doesn&#8217;t have a built-in debugger and is yet to receive it in milestone 0.1.0. In order [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/logwatcher-as-a-cross-platform-flash-debugger-in-eclipse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 lacks functionality for visible bounds of DisplayObject</title>
		<link>http://tekkie.flashbit.net/flash/as/actionscript-3-lacks-functionality-for-visible-bounds-of-displayobject</link>
		<comments>http://tekkie.flashbit.net/flash/as/actionscript-3-lacks-functionality-for-visible-bounds-of-displayobject#comments</comments>
		<pubDate>Sun, 02 May 2010 21:29:38 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[DisplayObject]]></category>
		<category><![CDATA[feature request]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[FP10]]></category>
		<category><![CDATA[FP10.1]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[kludge]]></category>
		<category><![CDATA[perspective]]></category>
		<category><![CDATA[perspective projection]]></category>
		<category><![CDATA[PerspectiveProjection]]></category>
		<category><![CDATA[projection]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=874</guid>
		<description><![CDATA[The following has already been listed as a feature request at Adobe Bug System and is only to illustrate the situation which is basically the lack of badly needed functionality in ActionScript 3. The problem relates to flash.geom.PerspectiveProjection introduced with the load of native 3D in Flash 10. The situation The object is added to [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/as/actionscript-3-lacks-functionality-for-visible-bounds-of-displayobject/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Quick Look of ActionScript and Flex files on Snow Leopard</title>
		<link>http://tekkie.flashbit.net/flash/as/enable-quick-look-of-actionscript-and-flex-files-on-snow-leopard</link>
		<comments>http://tekkie.flashbit.net/flash/as/enable-quick-look-of-actionscript-and-flex-files-on-snow-leopard#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:44:29 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Developer tools]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe CS4]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash CS4]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[LSItemContentTypes]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[QLCC]]></category>
		<category><![CDATA[qlcolorcode]]></category>
		<category><![CDATA[Quick Look]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=669</guid>
		<description><![CDATA[Having Adobe CS4 and Mac OS X Snow Leopard both installed is very likely to mess up Quick Look of Flash ActionScript (.as) and Flex (.mxml) files. Most inconvenient for those used to browsing through the files and looking into them by just hitting the Space key. Fortunately, there&#8217;s qlcoloecode – A Quick Look plugin for [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/as/enable-quick-look-of-actionscript-and-flex-files-on-snow-leopard/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Platform is at a crossroads</title>
		<link>http://tekkie.flashbit.net/flash/flash-platform-is-at-a-crossroads</link>
		<comments>http://tekkie.flashbit.net/flash/flash-platform-is-at-a-crossroads#comments</comments>
		<pubDate>Sun, 17 Jan 2010 11:29:23 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[AXDT]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash CS5]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[Flex SDK]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Open Screen Project]]></category>
		<category><![CDATA[OSP]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/?p=629</guid>
		<description><![CDATA[Since Flash CS5 was announced last year, community has became passionate about pretty much everything Adobe has to say, recently in regard to dumped CS5 beta and the new Flash Player 10.1. Some sceptics even go as far as suggesting dumping the ActionScript codebase in favour of JavaScript over speed, an absurd idea. Whilst all [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/flash-platform-is-at-a-crossroads/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Array.inArray() method in ActionScript2</title>
		<link>http://tekkie.flashbit.net/flash/as/arrayinarray-method-in-actionscript2</link>
		<comments>http://tekkie.flashbit.net/flash/as/arrayinarray-method-in-actionscript2#comments</comments>
		<pubDate>Wed, 24 Oct 2007 09:34:49 +0000</pubDate>
		<dc:creator>Ain Tohvri</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[inArray]]></category>
		<category><![CDATA[in_array]]></category>

		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/arrayinarray-method-in-actionscript2</guid>
		<description><![CDATA[For those of you who are still developing in Flash ActionScript2, an Array method similar to the PHP&#8217;s in_array() might come in handy. The following code creates the prototype and finds a match recursively type-wise: Array.prototype.inArray = function&#40;element&#41; &#123; for &#40;i in this&#41; &#123; if &#40;this&#91;i&#93; === element&#41; &#123; return true; &#125; else if &#40;this&#91;i&#93; [...]]]></description>
		<wfw:commentRss>http://tekkie.flashbit.net/flash/as/arrayinarray-method-in-actionscript2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
