<?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: New AIR 1.5.2 API Examples and Features</title>
	<atom:link href="http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/</link>
	<description>Just an average guy trying to drink above average beer.</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chris</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-164061</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 28 Dec 2009 04:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-164061</guid>
		<description>Good post, but I&#039;m having difficulty with capturing the ESC key -- if the focus is removed from the stage, say, if the user clicks a button, then the event handler no longer will prevent the app from exiting full screen mode.

I&#039;m designing a kiosk app and it&#039;s a requirement that it stay in full screen mode, but I&#039;m having trouble figuring out a way of preventing it from exiting full screen mode short of disabling every control&#039;s default keyDown handlers...

ideas?</description>
		<content:encoded><![CDATA[<p>Good post, but I&#8217;m having difficulty with capturing the ESC key &#8212; if the focus is removed from the stage, say, if the user clicks a button, then the event handler no longer will prevent the app from exiting full screen mode.</p>
<p>I&#8217;m designing a kiosk app and it&#8217;s a requirement that it stay in full screen mode, but I&#8217;m having trouble figuring out a way of preventing it from exiting full screen mode short of disabling every control&#8217;s default keyDown handlers&#8230;</p>
<p>ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Leggett</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-131281</link>
		<dc:creator>Richard Leggett</dc:creator>
		<pubDate>Wed, 16 Sep 2009 08:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-131281</guid>
		<description>Possible caution when using this on Windows, I&#039;ve found calling System.disposeXML() terminates the code following that statement, works fine on OSX (both using AIR 1.5.2). So it&#039;s safest to make it the last line in the method.

This example works on OSX, fails on Windows. 

http://pastebin.com/f6313f070</description>
		<content:encoded><![CDATA[<p>Possible caution when using this on Windows, I&#8217;ve found calling System.disposeXML() terminates the code following that statement, works fine on OSX (both using AIR 1.5.2). So it&#8217;s safest to make it the last line in the method.</p>
<p>This example works on OSX, fails on Windows. </p>
<p><a href="http://pastebin.com/f6313f070" rel="nofollow">http://pastebin.com/f6313f070</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-121812</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-121812</guid>
		<description>@brent same problem here. Did you find any solution?</description>
		<content:encoded><![CDATA[<p>@brent same problem here. Did you find any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skwasha</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-121627</link>
		<dc:creator>skwasha</dc:creator>
		<pubDate>Sun, 23 Aug 2009 23:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-121627</guid>
		<description>disabling the &#039;esc&#039; key is a start. But to make a true full kiosk app, any system key cmds would need to be intercepted and dealt with (e.g. ctrl-alt-del.) Is there any way to do that currently?

thx!</description>
		<content:encoded><![CDATA[<p>disabling the &#8216;esc&#8217; key is a start. But to make a true full kiosk app, any system key cmds would need to be intercepted and dealt with (e.g. ctrl-alt-del.) Is there any way to do that currently?</p>
<p>thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-116568</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Wed, 12 Aug 2009 16:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-116568</guid>
		<description>I&#039;ve tried this several times, each time I receive an error in Flex Builder: &quot;Unable to locate specified base class &#039;mx.core.WindowedApplication&#039;&quot;

Looks like its closed in the Bug Database under SDK-15359 but no solution is listed. Unsure what to try next.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this several times, each time I receive an error in Flex Builder: &#8220;Unable to locate specified base class &#8216;mx.core.WindowedApplication&#8217;&#8221;</p>
<p>Looks like its closed in the Bug Database under SDK-15359 but no solution is listed. Unsure what to try next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antonio</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-115575</link>
		<dc:creator>antonio</dc:creator>
		<pubDate>Mon, 10 Aug 2009 20:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-115575</guid>
		<description>@Ryan, Thanks!</description>
		<content:encoded><![CDATA[<p>@Ryan, Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryanstewart</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-115560</link>
		<dc:creator>ryanstewart</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-115560</guid>
		<description>@Antonio, I don&#039;t think so, but I&#039;ll ask and double check.

=Ryan
ryan@adobe.com</description>
		<content:encoded><![CDATA[<p>@Antonio, I don&#8217;t think so, but I&#8217;ll ask and double check.</p>
<p>=Ryan<br />
<a href="mailto:ryan@adobe.com">ryan@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antonio</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-115546</link>
		<dc:creator>antonio</dc:creator>
		<pubDate>Mon, 10 Aug 2009 17:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-115546</guid>
		<description>Ryan,
Is this sdk not ready for Flash? Adobe documentation does not reference 1.5.2 for Flash. Or at least, I&#039;m not able to find any.
Thanks.</description>
		<content:encoded><![CDATA[<p>Ryan,<br />
Is this sdk not ready for Flash? Adobe documentation does not reference 1.5.2 for Flash. Or at least, I&#8217;m not able to find any.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryanstewart</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-113387</link>
		<dc:creator>ryanstewart</dc:creator>
		<pubDate>Tue, 04 Aug 2009 22:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-113387</guid>
		<description>@Ammar, no the self-signed apps will still look the same.

=Ryan
ryan@adobe.com</description>
		<content:encoded><![CDATA[<p>@Ammar, no the self-signed apps will still look the same.</p>
<p>=Ryan<br />
<a href="mailto:ryan@adobe.com">ryan@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breizo</title>
		<link>http://blog.digitalbackcountry.com/2009/08/new-air-1-5-2-api-examples-and-features/comment-page-1/#comment-113374</link>
		<dc:creator>Breizo</dc:creator>
		<pubDate>Tue, 04 Aug 2009 21:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=2026#comment-113374</guid>
		<description>OK, I found the AIR SDK  there:
http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk.</description>
		<content:encoded><![CDATA[<p>OK, I found the AIR SDK  there:<br />
<a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk" rel="nofollow">http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/14 queries in 0.030 seconds using disk: basic
Object Caching 340/341 objects using disk: basic

Served from: blog.digitalbackcountry.com @ 2012-02-09 03:32:53 -->
