<?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: Easy Way to Use the AIR Install Badge</title>
	<atom:link href="http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/feed/" rel="self" type="application/rss+xml" />
	<link>http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/</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: Jo</title>
		<link>http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/comment-page-1/#comment-4020</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Tue, 15 Feb 2011 11:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/#comment-4020</guid>
		<description>A Better Custom Air Install Badge + Track downloads with Google Analytics
http://www.getwebreader.com/2011/02/a-better-custom-air-install-badge-google-analytics/</description>
		<content:encoded><![CDATA[<p>A Better Custom Air Install Badge + Track downloads with Google Analytics<br />
<a href="http://www.getwebreader.com/2011/02/a-better-custom-air-install-badge-google-analytics/" rel="nofollow">http://www.getwebreader.com/2011/02/a-better-custom-air-install-badge-google-analytics/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gina michel</title>
		<link>http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/comment-page-1/#comment-2962</link>
		<dc:creator>gina michel</dc:creator>
		<pubDate>Sat, 09 May 2009 13:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/#comment-2962</guid>
		<description>i read every single of your post sometimes i read it over and over again ..you really inspired many people here..wish you a good luck in everything you do..</description>
		<content:encoded><![CDATA[<p>i read every single of your post sometimes i read it over and over again ..you really inspired many people here..wish you a good luck in everything you do..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/comment-page-1/#comment-517</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Thu, 10 Jan 2008 15:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/#comment-517</guid>
		<description>I just finished the tutorial on passing arguments to an AIR application (by using the install badge).  Let me know if this properly answers your question.

http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/</description>
		<content:encoded><![CDATA[<p>I just finished the tutorial on passing arguments to an AIR application (by using the install badge).  Let me know if this properly answers your question.</p>
<p><a href="http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/" rel="nofollow">http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/comment-page-1/#comment-514</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Thu, 10 Jan 2008 00:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/#comment-514</guid>
		<description>That is a great question!  I am actually writing an AIR Tip on that very feature right now.  Hopefully it will be done tonight or tomorrow.  Basically - you can do it, but you have to modify the badge to do it (and change a value in your application descriptor file).</description>
		<content:encoded><![CDATA[<p>That is a great question!  I am actually writing an AIR Tip on that very feature right now.  Hopefully it will be done tonight or tomorrow.  Basically &#8211; you can do it, but you have to modify the badge to do it (and change a value in your application descriptor file).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei Zhang</title>
		<link>http://archive.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/comment-page-1/#comment-513</link>
		<dc:creator>Wei Zhang</dc:creator>
		<pubDate>Wed, 09 Jan 2008 21:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2008/01/07/easy-way-to-use-the-air-install-badge/#comment-513</guid>
		<description>Hi David,

I have a question regarding the badget install with express installation of Flash Player. How do I pass parameters to badge.swf? i.e. when the AIR application is installed and to be launched from the browser, I need to pass a parameter to the application. My AIR application already has onBrowserInvoke method. But how do I specify the parameter from the index.html? Thanks!

- Wei</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I have a question regarding the badget install with express installation of Flash Player. How do I pass parameters to badge.swf? i.e. when the AIR application is installed and to be launched from the browser, I need to pass a parameter to the application. My AIR application already has onBrowserInvoke method. But how do I specify the parameter from the index.html? Thanks!</p>
<p>- Wei</p>
]]></content:encoded>
	</item>
</channel>
</rss>

