<?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 5 &#8211; Passing Arguments to an Application on Install</title>
	<atom:link href="http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/</link>
	<description>web development goodness</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:31:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Bucholtz</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-3720</link>
		<dc:creator>Dan Bucholtz</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-3720</guid>
		<description>Hi - I&#039;m confused as to how this works.

I&#039;ve followed your tutorial yet the BrowserInvokeEvent does not seem to be invoked.

This is the application compiled into the .air app.  On the preInitialize event, I do the following code:

private function initResources():void{
				NativeApplication.nativeApplication.addEventListener(BrowserInvokeEvent.BROWSER_INVOKE, onInvokeEvent);
				Swiz.loadBeans( [Beans] );
			}


As you can see, I subscribe to the event and prepare my swiz framework beans.  That&#039;s all.

Having said that, the listener is never called.  I have the following code in place to debug and see what data I&#039;d be receiving from the flashvars.

private function onInvokeEvent(invocation:BrowserInvokeEvent):void {
				Alert.show(&quot;BrowserInvokeEvent handler&quot;); 
				var arguments:Array = invocation.arguments;
				for each ( var object in arguments ){
					Alert.show(&quot;argument is &quot; + object + &quot; or &quot; + object.data );
				}
			}


Am I missing a step such as recompiling the Badge.swf with the new contents of AIRBadge.as ?

Thanks in advance, I&#039;m very stumped by this.  Any guidance will be appreciated.

Dan</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I&#8217;m confused as to how this works.</p>
<p>I&#8217;ve followed your tutorial yet the BrowserInvokeEvent does not seem to be invoked.</p>
<p>This is the application compiled into the .air app.  On the preInitialize event, I do the following code:</p>
<p>private function initResources():void{<br />
				NativeApplication.nativeApplication.addEventListener(BrowserInvokeEvent.BROWSER_INVOKE, onInvokeEvent);<br />
				Swiz.loadBeans( [Beans] );<br />
			}</p>
<p>As you can see, I subscribe to the event and prepare my swiz framework beans.  That&#8217;s all.</p>
<p>Having said that, the listener is never called.  I have the following code in place to debug and see what data I&#8217;d be receiving from the flashvars.</p>
<p>private function onInvokeEvent(invocation:BrowserInvokeEvent):void {<br />
				Alert.show(&#8221;BrowserInvokeEvent handler&#8221;);<br />
				var arguments:Array = invocation.arguments;<br />
				for each ( var object in arguments ){<br />
					Alert.show(&#8221;argument is &#8221; + object + &#8221; or &#8221; + object.data );<br />
				}<br />
			}</p>
<p>Am I missing a step such as recompiling the Badge.swf with the new contents of AIRBadge.as ?</p>
<p>Thanks in advance, I&#8217;m very stumped by this.  Any guidance will be appreciated.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Blackburn</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-3674</link>
		<dc:creator>Jonathan Blackburn</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-3674</guid>
		<description>Hi David,

I&#039;d like to follow up on Ricardinho&#039;s question. Passing custom params on a browser install is all well and good, but the &quot;Save&quot; button on the install screen doesn&#039;t pass anything in - it&#039;s a direct download.

I have an app that is dependent on custom parameters that in-turn form queries to load custom data that is then stored on a user&#039;s system. I need to be able to remove the &quot;Save&quot; button from the install screen. How can I accomplish this?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I&#8217;d like to follow up on Ricardinho&#8217;s question. Passing custom params on a browser install is all well and good, but the &#8220;Save&#8221; button on the install screen doesn&#8217;t pass anything in &#8211; it&#8217;s a direct download.</p>
<p>I have an app that is dependent on custom parameters that in-turn form queries to load custom data that is then stored on a user&#8217;s system. I need to be able to remove the &#8220;Save&#8221; button from the install screen. How can I accomplish this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elie</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-3465</link>
		<dc:creator>Elie</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-3465</guid>
		<description>Hi David, it&#039;s a great tutorial :)

I have a question concerning dynamically passing parameter.

I have a list where the user can select from it. i need to pass the user selection to air application via the seamless badge.

Is it posible to do it?

Thanks a lot
-Elie</description>
		<content:encoded><![CDATA[<p>Hi David, it&#8217;s a great tutorial <img src='http://www.davidtucker.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have a question concerning dynamically passing parameter.</p>
<p>I have a list where the user can select from it. i need to pass the user selection to air application via the seamless badge.</p>
<p>Is it posible to do it?</p>
<p>Thanks a lot<br />
-Elie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-3324</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-3324</guid>
		<description>yup i second what mr. &quot;Hi&quot; said...

Specificly is there a way to use this feature to store sensetive service data into the EncryptedLocalStore during installation?

Has anybody tried that yet?</description>
		<content:encoded><![CDATA[<p>yup i second what mr. &#8220;Hi&#8221; said&#8230;</p>
<p>Specificly is there a way to use this feature to store sensetive service data into the EncryptedLocalStore during installation?</p>
<p>Has anybody tried that yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-3077</link>
		<dc:creator>Hi</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-3077</guid>
		<description>IS it possible for having an input box at install time which will take one time input parameters and store them in the application.
The type of application will be normal AIR application without the Browser invoke event.</description>
		<content:encoded><![CDATA[<p>IS it possible for having an input box at install time which will take one time input parameters and store them in the application.<br />
The type of application will be normal AIR application without the Browser invoke event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardinho</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-2949</link>
		<dc:creator>Ricardinho</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-2949</guid>
		<description>&quot;Does this feature work if i click “save” instead of “install” ???&quot;

If it doesn&#039;t is there a way to simply remove the option to &quot;save&quot; the document and only allow for it to be directly installed?</description>
		<content:encoded><![CDATA[<p>&#8220;Does this feature work if i click “save” instead of “install” ???&#8221;</p>
<p>If it doesn&#8217;t is there a way to simply remove the option to &#8220;save&#8221; the document and only allow for it to be directly installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-2664</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-2664</guid>
		<description>Do you know if there is a similar approach that can be utilized with sidecar installations on CD/DVD?</description>
		<content:encoded><![CDATA[<p>Do you know if there is a similar approach that can be utilized with sidecar installations on CD/DVD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rémi</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-1401</link>
		<dc:creator>Rémi</dc:creator>
		<pubDate>Wed, 14 May 2008 11:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1401</guid>
		<description>So, this feature will be useless... :(

I&#039;ve to try. ^-^</description>
		<content:encoded><![CDATA[<p>So, this feature will be useless&#8230; <img src='http://www.davidtucker.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ve to try. ^-^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-1400</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Wed, 14 May 2008 03:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1400</guid>
		<description>@Remi - I don&#039;t believe that it would, but I haven&#039;t tested it.</description>
		<content:encoded><![CDATA[<p>@Remi &#8211; I don&#8217;t believe that it would, but I haven&#8217;t tested it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rémi</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/comment-page-1/#comment-1392</link>
		<dc:creator>Rémi</dc:creator>
		<pubDate>Tue, 13 May 2008 14:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1392</guid>
		<description>Hello david,

Does this feature work if i click &quot;save&quot; instead of &quot;install&quot; ???

Anyways, thanks for all your tips. :)</description>
		<content:encoded><![CDATA[<p>Hello david,</p>
<p>Does this feature work if i click &#8220;save&#8221; instead of &#8220;install&#8221; ???</p>
<p>Anyways, thanks for all your tips. <img src='http://www.davidtucker.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
