<?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: AIR Tip 2 &#8211; 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>
	<lastBuildDate>Thu, 02 Sep 2010 05:08:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ajay</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3861</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3861</guid>
		<description>Hi David,

I have a problem with full screen mode.

The problem is , when we mouse hovering on the radio buttons the text beside the radio button is becoming in visible in full screen mode.These radio buttons are created on the fly to next view on a view stack.this problem occurring on only in full screen.

Could you please help me??</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I have a problem with full screen mode.</p>
<p>The problem is , when we mouse hovering on the radio buttons the text beside the radio button is becoming in visible in full screen mode.These radio buttons are created on the fly to next view on a view stack.this problem occurring on only in full screen.</p>
<p>Could you please help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Pisani</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3809</link>
		<dc:creator>Alessandro Pisani</dc:creator>
		<pubDate>Fri, 23 Apr 2010 08:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3809</guid>
		<description>The definitive solution:
http://blog.ochodurando.com/2010/04/adobe-air-e-fullscreen/</description>
		<content:encoded><![CDATA[<p>The definitive solution:<br />
<a href="http://blog.ochodurando.com/2010/04/adobe-air-e-fullscreen/" rel="nofollow">http://blog.ochodurando.com/2010/04/adobe-air-e-fullscreen/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3794</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3794</guid>
		<description>Fullscreen in an AIR app:





...
protected function windowedapplication1_windowCompleteHandler(event:AIREvent):void
{
 this.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
}
...
</description>
		<content:encoded><![CDATA[<p>Fullscreen in an AIR app:</p>
<p>&#8230;<br />
protected function windowedapplication1_windowCompleteHandler(event:AIREvent):void<br />
{<br />
 this.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;<br />
}<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Pisani</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3748</link>
		<dc:creator>Alessandro Pisani</dc:creator>
		<pubDate>Mon, 01 Mar 2010 11:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3748</guid>
		<description>hi,
is there a way to launch a real fullscreen app in mac developing in flash cs4?

I can&#039;t access to the flex systemManager classes!

Thanks in advance.
Alessandro</description>
		<content:encoded><![CDATA[<p>hi,<br />
is there a way to launch a real fullscreen app in mac developing in flash cs4?</p>
<p>I can&#8217;t access to the flex systemManager classes!</p>
<p>Thanks in advance.<br />
Alessandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Long</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3504</link>
		<dc:creator>Long</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3504</guid>
		<description>hi,

i am trying to launch an AIR application that uses Touchatag to move through a presentation. the presentation runs on a HP touchscreen computer/monitor, which in itself isn&#039;t a problem .

however, I can&#039;t get the full screen mode when i&#039;m using;

&quot;stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;&quot;

i&#039;m working on Windows Vista.

can you help?
thanks,
Long.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i am trying to launch an AIR application that uses Touchatag to move through a presentation. the presentation runs on a HP touchscreen computer/monitor, which in itself isn&#8217;t a problem .</p>
<p>however, I can&#8217;t get the full screen mode when i&#8217;m using;</p>
<p>&#8220;stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;&#8221;</p>
<p>i&#8217;m working on Windows Vista.</p>
<p>can you help?<br />
thanks,<br />
Long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FullScreen- AIR &#171; Durairaj&#8217;s Weblog</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3341</link>
		<dc:creator>FullScreen- AIR &#171; Durairaj&#8217;s Weblog</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3341</guid>
		<description>[...] Sample4 [...]</description>
		<content:encoded><![CDATA[<p>[...] Sample4 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiibart</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-3019</link>
		<dc:creator>wiibart</dc:creator>
		<pubDate>Wed, 27 May 2009 19:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-3019</guid>
		<description>Thanks for the showFlexChrome=&quot;false&quot; tip, I really was confused because I thought the FULLSCREEN setting would be sufficient, but it&#039;s not</description>
		<content:encoded><![CDATA[<p>Thanks for the showFlexChrome=&#8221;false&#8221; tip, I really was confused because I thought the FULLSCREEN setting would be sufficient, but it&#8217;s not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zvjerka24</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-2924</link>
		<dc:creator>zvjerka24</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-2924</guid>
		<description>I have same problem like Pruthviraj...
anyone?</description>
		<content:encoded><![CDATA[<p>I have same problem like Pruthviraj&#8230;<br />
anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pruthviraj</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-2823</link>
		<dc:creator>Pruthviraj</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-2823</guid>
		<description>Hello David,
This is Pruthviraj, i have used stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;, if i publish its working file, if i open the published swf file i&#039;m getting a run time error like this 

TypeError: Error #2007: Parameter displayState must be non-null.
	at flash.display::Stage/set displayState()
	at fullScreen_fla::MainTimeline/frame1()

could you please help in this one.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello David,<br />
This is Pruthviraj, i have used stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;, if i publish its working file, if i open the published swf file i&#8217;m getting a run time error like this </p>
<p>TypeError: Error #2007: Parameter displayState must be non-null.<br />
	at flash.display::Stage/set displayState()<br />
	at fullScreen_fla::MainTimeline/frame1()</p>
<p>could you please help in this one.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surendra Gurjar</title>
		<link>http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/comment-page-1/#comment-2821</link>
		<dc:creator>Surendra Gurjar</dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/08/24/air-tip-2-going-fullscreen/#comment-2821</guid>
		<description>Hi, This Surendra Gurjar , the full adobe Air 3 really very exciting and useful.

thanx for providing me that code.</description>
		<content:encoded><![CDATA[<p>Hi, This Surendra Gurjar , the full adobe Air 3 really very exciting and useful.</p>
<p>thanx for providing me that code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
