<?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"
	>
<channel>
	<title>Comments on: AIR Tip 5 - 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>
	<pubDate>Fri, 05 Sep 2008 23:48:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<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-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'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-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't believe that it would, but I haven't tested it.</description>
		<content:encoded><![CDATA[<p>@Remi - 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-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 "save" instead of "install" ???

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>
	<item>
		<title>By: randy</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1327</link>
		<dc:creator>randy</dc:creator>
		<pubDate>Fri, 02 May 2008 10:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1327</guid>
		<description>Yes you are right. Iam apprehensive about the Browser API , since it breaks the application from working , when it does changes like the alpha-numerics only. The best example is your tutorial , which is failing because of the changes .</description>
		<content:encoded><![CDATA[<p>Yes you are right. Iam apprehensive about the Browser API , since it breaks the application from working , when it does changes like the alpha-numerics only. The best example is your tutorial , which is failing because of the changes .</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-1314</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Thu, 01 May 2008 00:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1314</guid>
		<description>@randy - Since the Browser API is used to send the arguments - the Browser API determines what values are acceptable arguments.  With AIR 1.0 the browser API changed a bit - and it only allows alpha-numeric values (no symbols).  I haven't had a chance to update this tutorial yet.</description>
		<content:encoded><![CDATA[<p>@randy - Since the Browser API is used to send the arguments - the Browser API determines what values are acceptable arguments.  With AIR 1.0 the browser API changed a bit - and it only allows alpha-numeric values (no symbols).  I haven&#8217;t had a chance to update this tutorial yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randy</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1313</link>
		<dc:creator>randy</dc:creator>
		<pubDate>Thu, 01 May 2008 00:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1313</guid>
		<description>I hit a bottleneck when using the flashvars arguments parameter to pass ip address from javascript.

As per the docs , to send arguments to the swf file , one can use the arguments parameter of the flashvars variable. If there any special characters as part of the variable value % and hexadecimal value should be used.

I have to pass for example the the following two values are parameters

172.1.12.25:8080/test1
172.1.13.26:8080/test2

I have created the argument values as
var airApplicationArguments = "172 %2E 12 %2E 25%3A 8080%2F abc,
172 %2E 13 %2E 26%3A 8080%2F efd&#38;
";

I get a invalid argument error. 

Iam not sure what could be issue .Can u point me to the right direction. How did create the value for arguments variable ? 

Where there any encoding involved ?</description>
		<content:encoded><![CDATA[<p>I hit a bottleneck when using the flashvars arguments parameter to pass ip address from javascript.</p>
<p>As per the docs , to send arguments to the swf file , one can use the arguments parameter of the flashvars variable. If there any special characters as part of the variable value % and hexadecimal value should be used.</p>
<p>I have to pass for example the the following two values are parameters</p>
<p>172.1.12.25:8080/test1<br />
172.1.13.26:8080/test2</p>
<p>I have created the argument values as<br />
var airApplicationArguments = &#8220;172 %2E 12 %2E 25%3A 8080%2F abc,<br />
172 %2E 13 %2E 26%3A 8080%2F efd&amp;<br />
&#8220;;</p>
<p>I get a invalid argument error. </p>
<p>Iam not sure what could be issue .Can u point me to the right direction. How did create the value for arguments variable ? </p>
<p>Where there any encoding involved ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RichBox&#8217;s Blog &#187; Blog Archive &#187; [翻译]AIR TIP5：在安装过程中传递参数</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1274</link>
		<dc:creator>RichBox&#8217;s Blog &#187; Blog Archive &#187; [翻译]AIR TIP5：在安装过程中传递参数</dc:creator>
		<pubDate>Wed, 23 Apr 2008 11:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1274</guid>
		<description>[...] 来源：AIR Tip 5: Passing Arguments to an Application on Install [...]</description>
		<content:encoded><![CDATA[<p>[...] 来源：AIR Tip 5: Passing Arguments to an Application on Install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker - Web Development Goodness &#187; Blog Archive &#187; AIR Tip 11 - Launching an AIR Application from an AIR Application</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1120</link>
		<dc:creator>David Tucker - Web Development Goodness &#187; Blog Archive &#187; AIR Tip 11 - Launching an AIR Application from an AIR Application</dc:creator>
		<pubDate>Tue, 01 Apr 2008 19:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-1120</guid>
		<description>[...] Browser API that has been covered in AIR Tip 5 and AIR Tip 6 allows you not only to launch an AIR application from the browser, but also from [...]</description>
		<content:encoded><![CDATA[<p>[...] Browser API that has been covered in AIR Tip 5 and AIR Tip 6 allows you not only to launch an AIR application from the browser, but also from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雨飞blog &#187; David Tucker的air tips</title>
		<link>http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-972</link>
		<dc:creator>雨飞blog &#187; David Tucker的air tips</dc:creator>
		<pubDate>Thu, 06 Mar 2008 03:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/#comment-972</guid>
		<description>[...] AIR Tip 5: Passing Arguments to an Application on Install (AIR 1.0) [...]</description>
		<content:encoded><![CDATA[<p>[...] AIR Tip 5: Passing Arguments to an Application on Install (AIR 1.0) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
