<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>AIR Examples</title>
	
	<link>http://airexamples.com</link>
	<description>A bunch of Adobe AIR examples*</description>
	<lastBuildDate>Fri, 27 Feb 2009 03:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AirExamples" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Setting the button alignment on a WindowedApplication container in Adobe AIR</title>
		<link>http://airexamples.com/2009/02/26/setting-the-button-alignment-on-a-windowedapplication-container-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/02/26/setting-the-button-alignment-on-a-windowedapplication-container-in-adobe-air/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:18:55 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[WindowedApplication]]></category>
		<category><![CDATA[buttonAlignment]]></category>
		<category><![CDATA[systemChrome]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=216</guid>
		<description><![CDATA[The following example shows how you can set the button alignment in an Adobe AIR WindowedApplication container by setting the buttonAlignment style.
According to the Adobe AIR documentation:

Position of buttons in title bar. Possible values: &#8220;left&#8221;, &#8220;right&#8221;, &#8220;auto&#8221;.
A value of &#8220;left&#8221; means the buttons are aligned at the left of the title bar. A value of [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/02/26/setting-the-button-alignment-on-a-windowedapplication-container-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the header height on a WindowedApplication container in Adobe AIR</title>
		<link>http://airexamples.com/2009/02/26/setting-the-header-height-on-a-windowedapplication-container-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/02/26/setting-the-header-height-on-a-windowedapplication-container-in-adobe-air/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:14:31 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[WindowedApplication]]></category>
		<category><![CDATA[headerHeight]]></category>
		<category><![CDATA[systemChrome]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=209</guid>
		<description><![CDATA[The following example shows how you can set the header height on an Adobe AIR WindowedApplication container by setting the headerHeight style.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2009/02/26/setting-the-header-height-on-a-windowedapplication-container-in-adobe-air/ --&#62;
&#60;mx:WindowedApplication name=&#34;WindowedApplication_headerHeight_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
        title=&#34;WindowedApplication [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/02/26/setting-the-header-height-on-a-windowedapplication-container-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a background image on a WindowedApplication container in Adobe AIR</title>
		<link>http://airexamples.com/2009/02/05/setting-a-background-image-on-a-windowedapplication-container-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/02/05/setting-a-background-image-on-a-windowedapplication-container-in-adobe-air/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:16:22 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[WindowedApplication]]></category>
		<category><![CDATA[backgroundImage]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=230</guid>
		<description><![CDATA[The following example shows how you can set the background image on an Adobe AIR WindowedApplication container by setting the backgroundImage style.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2009/02/05/setting-a-background-image-on-a-windowedapplication-container-in-adobe-air/ --&#62;
&#60;mx:WindowedApplication name=&#34;WindowedApplication_backgroundImage_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
        verticalAlign=&#34;middle&#34;
 [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/02/05/setting-a-background-image-on-a-windowedapplication-container-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a maximum width and height on a WindowedApplication container in Adobe AIR</title>
		<link>http://airexamples.com/2009/01/19/setting-a-maximum-width-and-height-on-a-windowedapplication-container-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/01/19/setting-a-maximum-width-and-height-on-a-windowedapplication-container-in-adobe-air/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 16:06:18 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[WindowedApplication]]></category>
		<category><![CDATA[maxHeight]]></category>
		<category><![CDATA[maxWidth]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=247</guid>
		<description><![CDATA[The following example shows how you can set a maximum width and height on a Adobe AIR application by setting the maxWidth and maxHeight properties on the WindowedApplication tag.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2009/01/19/setting-a-maximum-width-and-height-on-a-windowedapplication-container-in-adobe-air/ --&#62;
&#60;mx:WindowedApplication name=&#34;WindowedApplication_maxWidth_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
  [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/01/19/setting-a-maximum-width-and-height-on-a-windowedapplication-container-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting a minimum width and height on a WindowedApplication container in Adobe AIR</title>
		<link>http://airexamples.com/2009/01/19/setting-a-minimum-width-and-height-on-a-windowedapplication-container-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/01/19/setting-a-minimum-width-and-height-on-a-windowedapplication-container-in-adobe-air/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 16:04:10 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[WindowedApplication]]></category>
		<category><![CDATA[minHeight]]></category>
		<category><![CDATA[minWidth]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=249</guid>
		<description><![CDATA[The following example shows how you can set a minimum width and height on a Adobe AIR application by setting the minWidth and minHeight properties on the WindowedApplication tag.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2009/01/19/setting-a-minimum-width-and-height-on-a-windowedapplication-container-in-adobe-air/ --&#62;
&#60;mx:WindowedApplication name=&#34;WindowedApplication_minWidth_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
  [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/01/19/setting-a-minimum-width-and-height-on-a-windowedapplication-container-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting when a WindowedApplication container is activated or deactivated in Adobe AIR</title>
		<link>http://airexamples.com/2009/01/14/detecting-when-a-windowedapplication-container-is-activated-or-deactivated-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/01/14/detecting-when-a-windowedapplication-container-is-activated-or-deactivated-in-adobe-air/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 03:49:08 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[WindowedApplication]]></category>
		<category><![CDATA[activate]]></category>
		<category><![CDATA[deactivate]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=243</guid>
		<description><![CDATA[The following example shows how you can detect when an Adobe AIR WindowedApplication is activated or deactivated by listening for the activate and deactivate events.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!--  --&#62;
&#60;mx:WindowedApplication name=&#34;WindowedApplication_activate_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
      [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/01/14/detecting-when-a-windowedapplication-container-is-activated-or-deactivated-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining when an HTML control has finished loading in Adobe AIR using Flex</title>
		<link>http://airexamples.com/2009/01/04/determining-when-an-html-control-has-finished-loading-in-adobe-air-using-flex/</link>
		<comments>http://airexamples.com/2009/01/04/determining-when-an-html-control-has-finished-loading-in-adobe-air-using-flex/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:47:38 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[complete]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=337</guid>
		<description><![CDATA[The following example shows how you can determine when an Adobe AIR HTML control has finished loading by listening for the complete event on the HTML control.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2009/01/04/determining-when-an-html-control-has-finished-loading-in-adobe-air-using-flex/ --&#62;
&#60;mx:WindowedApplication name=&#34;HTML_complete_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
    [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/01/04/determining-when-an-html-control-has-finished-loading-in-adobe-air-using-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining when the location changes on the HTML control in Adobe AIR</title>
		<link>http://airexamples.com/2009/01/03/determining-when-the-location-changes-on-the-html-control-in-adobe-air/</link>
		<comments>http://airexamples.com/2009/01/03/determining-when-the-location-changes-on-the-html-control-in-adobe-air/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 19:56:09 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[locationChange]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=334</guid>
		<description><![CDATA[In a previous example, &#8220;Displaying web pages in an HTML control in an Adobe AIR application&#8221;, we saw how you can display web pages in an Adobe AIR HTML control by setting the location property.
The following example shows how you can determine when the Adobe AIR HTML control&#8217;s location changes using the locationChange event.
Full code [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/01/03/determining-when-the-location-changes-on-the-html-control-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying web pages in an HTML control in an Adobe AIR application</title>
		<link>http://airexamples.com/2009/01/03/displaying-web-pages-in-an-html-control-in-an-adobe-air-application/</link>
		<comments>http://airexamples.com/2009/01/03/displaying-web-pages-in-an-html-control-in-an-adobe-air-application/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:02:52 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[location]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=327</guid>
		<description><![CDATA[The following example shows how you can display web pages in an Adobe AIR HTML control by setting the location property.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2009/01/03/displaying-web-pages-in-an-html-control-in-an-adobe-air-application/ --&#62;
&#60;mx:WindowedApplication name=&#34;HTML_location_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
        verticalAlign=&#34;middle&#34;
  [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2009/01/03/displaying-web-pages-in-an-html-control-in-an-adobe-air-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Filtering files based on extension type in the FileSystemDataGrid control in Adobe AIR using Flex</title>
		<link>http://airexamples.com/2008/12/31/filtering-files-based-on-extension-type-in-the-filesystemdatagrid-control-in-adobe-air-using-flex/</link>
		<comments>http://airexamples.com/2008/12/31/filtering-files-based-on-extension-type-in-the-filesystemdatagrid-control-in-adobe-air-using-flex/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 05:32:43 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[FileSystemDataGrid]]></category>
		<category><![CDATA[extensions]]></category>

		<guid isPermaLink="false">http://airexamples.com/?p=322</guid>
		<description><![CDATA[The following example shows how you can filter files based on file extensions in the Adobe AIR FileSystemDataGrid control by setting the extensions property.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://airexamples.com/2008/12/31/filtering-files-based-on-extension-type-in-the-filesystemdatagrid-control-in-adobe-air-using-flex/ --&#62;
&#60;mx:WindowedApplication name=&#34;FileSystemDataGrid_extensions_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
       [...]]]></description>
		<wfw:commentRss>http://airexamples.com/2008/12/31/filtering-files-based-on-extension-type-in-the-filesystemdatagrid-control-in-adobe-air-using-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
