<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>AIR Examples &#187; HTML</title>
	<atom:link href="http://airexamples.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://airexamples.com</link>
	<description>A bunch of Adobe AIR examples*</description>
	<lastBuildDate>Tue, 16 Mar 2010 07:50:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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; verticalAlign=&#34;middle&#34; backgroundColor=&#34;white&#34; width=&#34;1024&#34; height=&#34;768&#34;&#62; &#160; &#60;mx:Script&#62; &#60;![CDATA[ import mx.controls.Alert; &#160; private function html_complete(evt:Event):void [...]]]></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. [...]]]></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; backgroundColor=&#34;white&#34; width=&#34;1024&#34; height=&#34;768&#34;&#62; &#160; &#60;mx:Script&#62; &#60;![CDATA[ private function btn_click(evt:Event):void { html.location = textInput.text; } ]]&#62; &#60;/mx:Script&#62; &#160; &#60;mx:ApplicationControlBar [...]]]></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>3</slash:comments>
		</item>
	</channel>
</rss>
