<?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: AIR Tip 11 &#8211; Launching an AIR Application from an AIR Application</title>
	<atom:link href="http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/</link>
	<description>web development goodness</description>
	<lastBuildDate>Tue, 26 Jul 2011 07:10:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: kb</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-4174</link>
		<dc:creator>kb</dc:creator>
		<pubDate>Sun, 22 May 2011 03:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-4174</guid>
		<description>This seems like a job for NativeProcess as of AIR 2.0.</description>
		<content:encoded><![CDATA[<p>This seems like a job for NativeProcess as of AIR 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikola</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-3671</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Sun, 13 Dec 2009 18:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-3671</guid>
		<description>Hello,

In general, I have two questions:

Lets say I have a launcher (air application with buttons) for launching already installed air applications on the same PC.

1. How to check if an air application is installed? So, If the target application is installed on the system, the corresponding button in the launcher will be enabled, otherwise disabled. How can be possible? What about the air 2.0?

2. How to launch an applications using the air 2.0?

Can you please post some examples regarding these probles?

Thanks in advance,
Nikola</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>In general, I have two questions:</p>
<p>Lets say I have a launcher (air application with buttons) for launching already installed air applications on the same PC.</p>
<p>1. How to check if an air application is installed? So, If the target application is installed on the system, the corresponding button in the launcher will be enabled, otherwise disabled. How can be possible? What about the air 2.0?</p>
<p>2. How to launch an applications using the air 2.0?</p>
<p>Can you please post some examples regarding these probles?</p>
<p>Thanks in advance,<br />
Nikola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusiru Boralugoda</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-3357</link>
		<dc:creator>Rusiru Boralugoda</dc:creator>
		<pubDate>Tue, 11 Aug 2009 07:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-3357</guid>
		<description>Thanks for a great tutorial David. But I sort of have a different problem.

What if I want to run a one mxml component as another application from the main mxml application while the main mxml is running.

Say, I have an admin panel and a projector screen. I want to project some of the details in the projector screen while admin panel is running. So here there are two applications as the admin panel and the projector.

I can’t use your method here because the projector it self has different states that change.</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial David. But I sort of have a different problem.</p>
<p>What if I want to run a one mxml component as another application from the main mxml application while the main mxml is running.</p>
<p>Say, I have an admin panel and a projector screen. I want to project some of the details in the projector screen while admin panel is running. So here there are two applications as the admin panel and the projector.</p>
<p>I can’t use your method here because the projector it self has different states that change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to restart an AIR application from code &#124; hufkens.net</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-2881</link>
		<dc:creator>How to restart an AIR application from code &#124; hufkens.net</dc:creator>
		<pubDate>Tue, 10 Mar 2009 11:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-2881</guid>
		<description>[...] my next approach was this article by David Tucker: &#8220;AIR Tip 11 - Launching an AIR Application from an AIR Application&#8220;. It actually described how to launch an AIR application from another application. This is [...]</description>
		<content:encoded><![CDATA[<p>[...] my next approach was this article by David Tucker: &#8220;AIR Tip 11 &#8211; Launching an AIR Application from an AIR Application&#8220;. It actually described how to launch an AIR application from another application. This is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-2639</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Thu, 16 Oct 2008 16:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-2639</guid>
		<description>I don&#039;t know if this thread is still active but i&#039;m wondering if any readers here have gotten detection of an AIR application installation from another AIR application working.  I can successfully launch AIR from AIR but the API call to get the installed version in order to determine if it&#039;s installed doesn&#039;t work.  From a browser it works fine but from an AIR app. the callback never gets called.  Is this by design?  If I can launch AIR from AIR seems to me I ought to be able to get the installed version of another AIR application as long as I have the appID and pubID.  However the callback never gets called and there&#039;s no error when the API call is initiated from an AIR application.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this thread is still active but i&#8217;m wondering if any readers here have gotten detection of an AIR application installation from another AIR application working.  I can successfully launch AIR from AIR but the API call to get the installed version in order to determine if it&#8217;s installed doesn&#8217;t work.  From a browser it works fine but from an AIR app. the callback never gets called.  Is this by design?  If I can launch AIR from AIR seems to me I ought to be able to get the installed version of another AIR application as long as I have the appID and pubID.  However the callback never gets called and there&#8217;s no error when the API call is initiated from an AIR application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qnaguru</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-2057</link>
		<dc:creator>qnaguru</dc:creator>
		<pubDate>Thu, 07 Aug 2008 05:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-2057</guid>
		<description>Could not get it to work with my own AIR Application(although correct publisherid and applicaiton id was provided), worked only for launching the target app provided for download. What could be the issue?</description>
		<content:encoded><![CDATA[<p>Could not get it to work with my own AIR Application(although correct publisherid and applicaiton id was provided), worked only for launching the target app provided for download. What could be the issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The simpliest way to launch another AIR application from an AIR application at Badu&#8217;s Flex Blog</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-1444</link>
		<dc:creator>The simpliest way to launch another AIR application from an AIR application at Badu&#8217;s Flex Blog</dc:creator>
		<pubDate>Sun, 25 May 2008 16:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-1444</guid>
		<description>[...] I&#8217;ve searched the web for a method of launching another AIR application from an AIR application and the only way was to load a chunk of SWF, like David does here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve searched the web for a method of launching another AIR application from an AIR application and the only way was to load a chunk of SWF, like David does here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maz</title>
		<link>http://archive.davidtucker.net/2008/04/01/air-tip-11-launching-an-air-application-from-an-air-application/comment-page-1/#comment-1148</link>
		<dc:creator>Maz</dc:creator>
		<pubDate>Wed, 02 Apr 2008 12:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=169#comment-1148</guid>
		<description>Hey hey nice tip mate, did not think of that one ; thanks for sharing it.

But still waiting for other apps launching capability for AIR...

{Maz}</description>
		<content:encoded><![CDATA[<p>Hey hey nice tip mate, did not think of that one ; thanks for sharing it.</p>
<p>But still waiting for other apps launching capability for AIR&#8230;</p>
<p>{Maz}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

