<?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: Open an AIR application from a 2nd AIR application</title>
	<atom:link href="http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/</link>
	<description>News and Information about Adobe Flex &#38; Adobe AIR by Rich Tretola</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:50:11 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: madhu panisetty</title>
		<link>http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/comment-page-1/#comment-58716</link>
		<dc:creator>madhu panisetty</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1258#comment-58716</guid>
		<description>@Jonathan 

you have to use - - (2 hypens side by side) to pass arguments

@Rich Tretola
For some reason when I type - - without space in comments it is being converted to single hypen.</description>
		<content:encoded><![CDATA[<p>@Jonathan </p>
<p>you have to use &#8211; - (2 hypens side by side) to pass arguments</p>
<p>@Rich Tretola<br />
For some reason when I type &#8211; - without space in comments it is being converted to single hypen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhu panisetty</title>
		<link>http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/comment-page-1/#comment-58715</link>
		<dc:creator>madhu panisetty</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1258#comment-58715</guid>
		<description>@Jonathan 

you have to use -- to pass arguments

e.x. mgr.launch(”-launch ” + appID + ” ” + pubID + ” -- ” + “arg0″ + ” ” + “arg1″);</description>
		<content:encoded><![CDATA[<p>@Jonathan </p>
<p>you have to use &#8212; to pass arguments</p>
<p>e.x. mgr.launch(”-launch ” + appID + ” ” + pubID + ” &#8212; ” + “arg0″ + ” ” + “arg1″);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhu panisetty</title>
		<link>http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/comment-page-1/#comment-58714</link>
		<dc:creator>madhu panisetty</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1258#comment-58714</guid>
		<description>Thank you, working fine. But what to do if user clicks cancel. Can we detect it.</description>
		<content:encoded><![CDATA[<p>Thank you, working fine. But what to do if user clicks cancel. Can we detect it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Hardy</title>
		<link>http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/comment-page-1/#comment-58644</link>
		<dc:creator>Ed Hardy</dc:creator>
		<pubDate>Thu, 21 Jan 2010 01:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1258#comment-58644</guid>
		<description>Exquisite design, superior material, exquisite craft. &lt;a href=&quot;http://www.brandname-clothing.com/&quot; title=&quot;Ed Hardy&quot; rel=&quot;nofollow&quot;&gt;Ed Hardy&lt;/a&gt; Close to her heart, the most perfect expression of your love.</description>
		<content:encoded><![CDATA[<p>Exquisite design, superior material, exquisite craft. <a href="http://www.brandname-clothing.com/" title="Ed Hardy" rel="nofollow">Ed Hardy</a> Close to her heart, the most perfect expression of your love.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/comment-page-1/#comment-58408</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 13 Jan 2010 00:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1258#comment-58408</guid>
		<description>Hey Rich,

Have you ever managed to pass extra arguments using the ProductManager class... ?

e.x. mgr.launch(&quot;-launch &quot; + appID + &quot; &quot; + pubID + &quot; &quot; + &quot;arg0&quot; + &quot; &quot; + &quot;arg1&quot;);

And successfully parse these arguments in your BrowserInvoke handler in the app that gets launched?

I am trying, but cant get any extra arguments through... the app launch fails if i pass anything but the appId and pubId in the way i&#039;ve shown above</description>
		<content:encoded><![CDATA[<p>Hey Rich,</p>
<p>Have you ever managed to pass extra arguments using the ProductManager class&#8230; ?</p>
<p>e.x. mgr.launch(&#8221;-launch &#8221; + appID + &#8221; &#8221; + pubID + &#8221; &#8221; + &#8220;arg0&#8243; + &#8221; &#8221; + &#8220;arg1&#8243;);</p>
<p>And successfully parse these arguments in your BrowserInvoke handler in the app that gets launched?</p>
<p>I am trying, but cant get any extra arguments through&#8230; the app launch fails if i pass anything but the appId and pubId in the way i&#8217;ve shown above</p>
]]></content:encoded>
	</item>
</channel>
</rss>

