<?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 2 - Going Fullscreen</title>
	<atom:link href="http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/</link>
	<description>web development goodness</description>
	<pubDate>Fri, 25 Jul 2008 18:21:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: David Tucker</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1475</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Fri, 30 May 2008 18:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1475</guid>
		<description>@Ryan - Is your root tag Application or WindowedApplication?</description>
		<content:encoded><![CDATA[<p>@Ryan - Is your root tag Application or WindowedApplication?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1474</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 30 May 2008 17:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1474</guid>
		<description>Thanks for the post and the sample app.

I'm using Flex Builder 3 to build my Air application. And while using FULL_SCREEN_INTERACTIVE gives an error when testing the application but it doesn't cause any problems when publishing it as an AIR app and installing.

I'm curious why it does give an error when my project is clearly for an AIR application and not a Flex application ?</description>
		<content:encoded><![CDATA[<p>Thanks for the post and the sample app.</p>
<p>I&#8217;m using Flex Builder 3 to build my Air application. And while using FULL_SCREEN_INTERACTIVE gives an error when testing the application but it doesn&#8217;t cause any problems when publishing it as an AIR app and installing.</p>
<p>I&#8217;m curious why it does give an error when my project is clearly for an AIR application and not a Flex application ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RichBox&#8217;s Blog &#187; Blog Archive &#187; [翻译]AIR TIP2：全屏应用</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1214</link>
		<dc:creator>RichBox&#8217;s Blog &#187; Blog Archive &#187; [翻译]AIR TIP2：全屏应用</dc:creator>
		<pubDate>Fri, 11 Apr 2008 06:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1214</guid>
		<description>[...] 来源：AIR Tip 2: Going Fullscreen [...]</description>
		<content:encoded><![CDATA[<p>[...] 来源：AIR Tip 2: Going Fullscreen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1084</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1084</guid>
		<description>@Frank - Unfortunately this feature is not available in a Flex application.  This is done for security purposes.</description>
		<content:encoded><![CDATA[<p>@Frank - Unfortunately this feature is not available in a Flex application.  This is done for security purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1083</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1083</guid>
		<description>How to use FULL_SCREEN_INTERACTIVE for a web application and not in AIR ? FULL_SCREEN works, but the interactive one gives this error in flex builder:

1119: Access of possibly undefined property FULL_SCREEN_INTERACTIVE through a reference with static type Class.</description>
		<content:encoded><![CDATA[<p>How to use FULL_SCREEN_INTERACTIVE for a web application and not in AIR ? FULL_SCREEN works, but the interactive one gives this error in flex builder:</p>
<p>1119: Access of possibly undefined property FULL_SCREEN_INTERACTIVE through a reference with static type Class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adobe AIR / www.AS3.kr / ActionScript 3.0</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1037</link>
		<dc:creator>Adobe AIR / www.AS3.kr / ActionScript 3.0</dc:creator>
		<pubDate>Mon, 17 Mar 2008 13:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1037</guid>
		<description>&lt;strong&gt;[AIR] Interactive Fullscreen on AIR....&lt;/strong&gt;

Article : http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/ AIR : http://www.davidtucker.net/airtips/Tip2.air AIR 에서는 AS3.0 에서 지원되지 않았던 Fullscreen-Interaction 이 가능해졌다. 바로 StageDisplayState.FULL_SC...</description>
		<content:encoded><![CDATA[<p><strong>[AIR] Interactive Fullscreen on AIR&#8230;.</strong></p>
<p>Article : <a href="http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/" rel="nofollow">http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/</a> AIR : <a href="http://www.davidtucker.net/airtips/Tip2.air" rel="nofollow">http://www.davidtucker.net/airtips/Tip2.air</a> AIR 에서는 AS3.0 에서 지원되지 않았던 Fullscreen-Interaction 이 가능해졌다. 바로 StageDisplayState.FULL_SC&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 火柴工作坊 &#187; Blog 存档 &#187; David Tucker的一些AIR教程</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-1006</link>
		<dc:creator>火柴工作坊 &#187; Blog 存档 &#187; David Tucker的一些AIR教程</dc:creator>
		<pubDate>Tue, 11 Mar 2008 00:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-1006</guid>
		<description>[...] AIR技巧 AIR Tip 1: Monitoring a Network Connection (AIR Beta 3) AIR Tip 2: Going Fullscreen (AIR Beta 3) AIR Tip 3: What Version is My Application (AIR Beta 3) AIR Tip 4: Calling a SOAP [...]</description>
		<content:encoded><![CDATA[<p>[...] AIR技巧 AIR Tip 1: Monitoring a Network Connection (AIR Beta 3) AIR Tip 2: Going Fullscreen (AIR Beta 3) AIR Tip 3: What Version is My Application (AIR Beta 3) AIR Tip 4: Calling a SOAP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雨飞blog &#187; David Tucker的air tips</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-968</link>
		<dc:creator>雨飞blog &#187; David Tucker的air tips</dc:creator>
		<pubDate>Thu, 06 Mar 2008 03:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-968</guid>
		<description>[...] AIR Tip 2: Going Fullscreen (AIR 1.0) [...]</description>
		<content:encoded><![CDATA[<p>[...] AIR Tip 2: Going Fullscreen (AIR 1.0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-954</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 04 Mar 2008 17:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-954</guid>
		<description>Hey Dave :)

I'd been wondering about Director's fate with Flash becoming so powerful?

The real wildcard seems to be Mac? I don't know of any solutions that have Mac kiosk features. PC I could extend myself if needed.

Been in search of a cross OS platform for years, figured it was time to look into AIR. I really like it, but it looks like it has some big hurdles for me still.
It seems to have everything else I require too :(

Cheers</description>
		<content:encoded><![CDATA[<p>Hey Dave <img src='http://www.davidtucker.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;d been wondering about Director&#8217;s fate with Flash becoming so powerful?</p>
<p>The real wildcard seems to be Mac? I don&#8217;t know of any solutions that have Mac kiosk features. PC I could extend myself if needed.</p>
<p>Been in search of a cross OS platform for years, figured it was time to look into AIR. I really like it, but it looks like it has some big hurdles for me still.<br />
It seems to have everything else I require too <img src='http://www.davidtucker.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/#comment-944</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-944</guid>
		<description>@Greg - AIR doesn't quite provide that level of Kiosk support.  My assumption is that Director 11 (yes, there is going to be a new version of Director) will have that type of support.</description>
		<content:encoded><![CDATA[<p>@Greg - AIR doesn&#8217;t quite provide that level of Kiosk support.  My assumption is that Director 11 (yes, there is going to be a new version of Director) will have that type of support.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
