<?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>Tom&#039;s blog &#187; air2beta</title>
	<atom:link href="http://tomkordys.net/blog/tag/air2beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomkordys.net/blog</link>
	<description>freelance flash/flex/air developer</description>
	<lastBuildDate>Wed, 28 Apr 2010 21:31:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Air 2.0 beta NativeProcess.isSupported gotcha</title>
		<link>http://tomkordys.net/blog/2009/11/18/air-2-0-beta-nativeprocess-issupported-gotcha/</link>
		<comments>http://tomkordys.net/blog/2009/11/18/air-2-0-beta-nativeprocess-issupported-gotcha/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[air2beta]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://tomkordys.net/blog/?p=85</guid>
		<description><![CDATA[If you wanna start playing with new AIR 2.0 there are a couple things you need:
1. Runtime
2. Air 2.0 beta SDK (installed on top of Flex SDK)
3. New app.xml descriptor namespace which is
xmlns=&#34;http://ns.adobe.com/air/application/2.0beta&#34;
But if you want to launch a native app from air, they forgot to mention in the documentation that you need to add
&#60;supportedProfiles&#62;extendedDesktop&#60;/supportedProfiles&#62;
to [...]]]></description>
			<content:encoded><![CDATA[<p>If you wanna start playing with new AIR 2.0 there are a couple things you need:<br />
1. Runtime<br />
2. Air 2.0 beta SDK (installed on top of Flex SDK)<br />
3. New app.xml descriptor namespace which is</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">xmlns=&quot;http://ns.adobe.com/air/application/2.0beta&quot;</div></div>
<p>But if you want to launch a native app from air, they forgot to mention in the documentation that you need to add</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;supportedProfiles&gt;extendedDesktop&lt;/supportedProfiles&gt;</div></div>
<p>to the same xml. </p>
<p>Now if you check</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">NativeProcess.isSupported</div></div>
<p>you should get true, which means you can run a native app. You don&#8217;t have to be packaging your air app throught ADT or do anything else to see this boolean to be true. It should work in FlexBuilder straight away. Packaging it up is probably a good material for another post. Hope that helps. </p>
]]></content:encoded>
			<wfw:commentRss>http://tomkordys.net/blog/2009/11/18/air-2-0-beta-nativeprocess-issupported-gotcha/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
