<?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>Penguinspeak &#187; Actionscript</title>
	<atom:link href="http://macmartine.com/blog/tag/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://macmartine.com/blog</link>
	<description>This is how I see it.</description>
	<lastBuildDate>Tue, 19 Oct 2010 00:39:03 +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>How to determine which version of AIR you have installed</title>
		<link>http://macmartine.com/blog/2009/07/how_to_determine_which_version.html</link>
		<comments>http://macmartine.com/blog/2009/07/how_to_determine_which_version.html#comments</comments>
		<pubDate>Thu, 23 Jul 2009 21:49:43 +0000</pubDate>
		<dc:creator>99miles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://macmartine.com/blog/?p=40</guid>
		<description><![CDATA[Just add this into your AIR app, and run it: < mx:Label text="Installed AIR Version: {NativeApplication.nativeApplication.runtimeVersion}" fontWeight="bold" />]]></description>
			<content:encoded><![CDATA[<p>Just add this into your AIR app, and run it:</p>
<pre name="code" class="xml">
< mx:Label text="Installed AIR Version:
{NativeApplication.nativeApplication.runtimeVersion}"
fontWeight="bold" />
</pre>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=How+to+determine+which+version+of+AIR+you+have+installed+http%3A%2F%2Fbit.ly%2F44w1qD" title="Post to Twitter"><img class="nothumb" src="http://macmartine.com/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://macmartine.com/blog/2009/07/how_to_determine_which_version.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

