<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Working with AIR2.0 beta and nativeProcess &#8211; walkthrough</title>
	<atom:link href="http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/</link>
	<description>freelance flash/flex/air developer</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:14:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: boots</title>
		<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/comment-page-1/#comment-256</link>
		<dc:creator>boots</dc:creator>
		<pubDate>Sun, 08 Jan 2012 09:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://tomkordys.net/blog/?p=97#comment-256</guid>
		<description>Following study a handful with the content in your internet website now, and that i genuinely such as your method of blogging. I bookmarked it to my bookmark internet web site list and are checking back soon. Pls appear into my website as properly and tell me what you believe.</description>
		<content:encoded><![CDATA[<p>Following study a handful with the content in your internet website now, and that i genuinely such as your method of blogging. I bookmarked it to my bookmark internet web site list and are checking back soon. Pls appear into my website as properly and tell me what you believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guwanyuan</title>
		<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/comment-page-1/#comment-210</link>
		<dc:creator>guwanyuan</dc:creator>
		<pubDate>Tue, 21 Sep 2010 17:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://tomkordys.net/blog/?p=97#comment-210</guid>
		<description>hi man!
I try  to use ADT  package my AIR2.0 in FLASH BUILDER 4
but can not  working in my PC!</description>
		<content:encoded><![CDATA[<p>hi man!<br />
I try  to use ADT  package my AIR2.0 in FLASH BUILDER 4<br />
but can not  working in my PC!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/comment-page-1/#comment-184</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Dec 2009 10:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://tomkordys.net/blog/?p=97#comment-184</guid>
		<description>Hi Roger,

I realised my post might be a bit confusing, let me clarify.
You can check the platform the application is running on and conditionally load the right nativeProcess, but you won&#039;t be able to ship it as a single app. 
If you are including a native process you have to package it up as a native OS application: exe for Win, dmz for Mac. To make things even worse, you can only package your app to an exe on Win or to dmz on a Mac. Which means you need to have a machine with each operating system you want to publish to. At least for now.</description>
		<content:encoded><![CDATA[<p>Hi Roger,</p>
<p>I realised my post might be a bit confusing, let me clarify.<br />
You can check the platform the application is running on and conditionally load the right nativeProcess, but you won&#8217;t be able to ship it as a single app.<br />
If you are including a native process you have to package it up as a native OS application: exe for Win, dmz for Mac. To make things even worse, you can only package your app to an exe on Win or to dmz on a Mac. Which means you need to have a machine with each operating system you want to publish to. At least for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Howard</title>
		<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/comment-page-1/#comment-183</link>
		<dc:creator>Roger Howard</dc:creator>
		<pubDate>Tue, 08 Dec 2009 22:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://tomkordys.net/blog/?p=97#comment-183</guid>
		<description>Since the AIR runtime is cross-platform, I&#039;m surprised/confused that you can&#039;t simply check the platform in your AS code and conditionally load the right native binary via nativeProcess - I would have expected to build an AIR app containing both Win and Mac binaries so one could still ship a single, x-platform AIR app. Did I miss something here?</description>
		<content:encoded><![CDATA[<p>Since the AIR runtime is cross-platform, I&#8217;m surprised/confused that you can&#8217;t simply check the platform in your AS code and conditionally load the right native binary via nativeProcess &#8211; I would have expected to build an AIR app containing both Win and Mac binaries so one could still ship a single, x-platform AIR app. Did I miss something here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo Denovan</title>
		<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/comment-page-1/#comment-182</link>
		<dc:creator>Theo Denovan</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://tomkordys.net/blog/?p=97#comment-182</guid>
		<description>It is a shame that the deployment build process isn&#039;t cross-platform; however virtualising windows is fairly painless for those of us running macs. I think it&#039;s a fair decision by adobe; it&#039;s reasonable to assume that you&#039;ll be running the OS targetted by the native process if for no other reason than to test it.

Great article by the way.</description>
		<content:encoded><![CDATA[<p>It is a shame that the deployment build process isn&#8217;t cross-platform; however virtualising windows is fairly painless for those of us running macs. I think it&#8217;s a fair decision by adobe; it&#8217;s reasonable to assume that you&#8217;ll be running the OS targetted by the native process if for no other reason than to test it.</p>
<p>Great article by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sjaakie</title>
		<link>http://tomkordys.net/blog/2009/11/30/working-with-air2-0-beta-and-nativeprocess-walkthrough/comment-page-1/#comment-181</link>
		<dc:creator>Sjaakie</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://tomkordys.net/blog/?p=97#comment-181</guid>
		<description>Thanx dude, nice explanation!</description>
		<content:encoded><![CDATA[<p>Thanx dude, nice explanation!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

