<?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: Fullscreen in AS3 Tutorial &#124; Plus Firefox Flash bug when enter fullscreen keyboard events fired</title>
	<atom:link href="http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/</link>
	<description>Evan&#039;s Interactive Actionscript Exploration</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:53:04 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: websites accesed so far to help understand ActionScript 3 &#171; Dave Potts Blog</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1291</link>
		<dc:creator>websites accesed so far to help understand ActionScript 3 &#171; Dave Potts Blog</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1291</guid>
		<description>[...] Fullscreen in AS3 Tutorial &#124; Plus Firefox Flash bug when enter fullscreen keyboard events fired &#124; ci... [...]</description>
		<content:encoded><![CDATA[<p>[...] Fullscreen in AS3 Tutorial | Plus Firefox Flash bug when enter fullscreen keyboard events fired | ci&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DCNY</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1275</link>
		<dc:creator>DCNY</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1275</guid>
		<description>Thanks, this is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks, this is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1186</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1186</guid>
		<description>@Joshua - Right, keyboard entry is limited in fullscreen, but that&#039;s not the issue with this but. This bug is that in firefox going fullscreen actually fires an event equal to that of the space bar being pressed.</description>
		<content:encoded><![CDATA[<p>@Joshua &#8211; Right, keyboard entry is limited in fullscreen, but that&#8217;s not the issue with this but. This bug is that in firefox going fullscreen actually fires an event equal to that of the space bar being pressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1185</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Tue, 25 Aug 2009 20:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1185</guid>
		<description>I believe that keyboard entry is limited for security reasons.  The reason keyboard input was blocked was to help prevent phishing attacks using Flash, where full-screen is used to simulate a log-in screen, someone else&#039;s website, etc.  So there are limits to what you can do in full screen with a keyboard so that the end user is protected from phishers.</description>
		<content:encoded><![CDATA[<p>I believe that keyboard entry is limited for security reasons.  The reason keyboard input was blocked was to help prevent phishing attacks using Flash, where full-screen is used to simulate a log-in screen, someone else&#8217;s website, etc.  So there are limits to what you can do in full screen with a keyboard so that the end user is protected from phishers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs Broerse</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1182</link>
		<dc:creator>Thijs Broerse</dc:creator>
		<pubDate>Tue, 25 Aug 2009 13:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1182</guid>
		<description>I wrote a workaround for this bug:

http://www.tyz.nl/2009/08/25/flash-bug-when-enter-fullscreen-keyboard-events-fired-workaround/</description>
		<content:encoded><![CDATA[<p>I wrote a workaround for this bug:</p>
<p><a href="http://www.tyz.nl/2009/08/25/flash-bug-when-enter-fullscreen-keyboard-events-fired-workaround/" rel="nofollow">http://www.tyz.nl/2009/08/25/flash-bug-when-enter-fullscreen-keyboard-events-fired-workaround/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1178</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Wed, 19 Aug 2009 11:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1178</guid>
		<description>Yup. Been smashing my head on the desk (keyboard is expensive) for the last few days trying to figure out why my &quot;spaceBar&quot; listeners were running off everytime it went into fullscreen. But just as all AS coders know - if it doesn&#039;t make sense, google it. Its probably a known flash bug. And looks like it is. I haven&#039;t begun thinking of a workaround yet, but i think brian&#039;s should work for me too.

Thanks Evan!</description>
		<content:encoded><![CDATA[<p>Yup. Been smashing my head on the desk (keyboard is expensive) for the last few days trying to figure out why my &#8220;spaceBar&#8221; listeners were running off everytime it went into fullscreen. But just as all AS coders know &#8211; if it doesn&#8217;t make sense, google it. Its probably a known flash bug. And looks like it is. I haven&#8217;t begun thinking of a workaround yet, but i think brian&#8217;s should work for me too.</p>
<p>Thanks Evan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Njose</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1159</link>
		<dc:creator>Njose</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1159</guid>
		<description>Hi Scott, I&#039;m also experiencing the same quite irritating problem so I was wondering whether you&#039;ve found out how to prevent it from happening..</description>
		<content:encoded><![CDATA[<p>Hi Scott, I&#39;m also experiencing the same quite irritating problem so I was wondering whether you&#39;ve found out how to prevent it from happening..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1070</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Fri, 24 Apr 2009 14:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1070</guid>
		<description>@Brian - Thanks! I did think if that, but was hoping to find a non-hack way to solve it. But as you say, it works... and sometimes that&#039;s what we have to do, just make it work.

@Scott - I clicked around in ff3, but the buttons seemed to work fine for me. Isn&#039;t it horrible dealing with browser specific bugs in flash... Good luck!</description>
		<content:encoded><![CDATA[<p>@Brian &#8211; Thanks! I did think if that, but was hoping to find a non-hack way to solve it. But as you say, it works&#8230; and sometimes that&#8217;s what we have to do, just make it work.</p>
<p>@Scott &#8211; I clicked around in ff3, but the buttons seemed to work fine for me. Isn&#8217;t it horrible dealing with browser specific bugs in flash&#8230; Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1061</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Tue, 14 Apr 2009 03:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1061</guid>
		<description>hey i&#039;m having a weird problem with firefox.. if you try my website, and click around a bit, you&#039;ll see that for some reason the buttons stop working... it happens very rarely in IE8, but ALOT in firefox 3.. any ideas?..</description>
		<content:encoded><![CDATA[<p>hey i&#8217;m having a weird problem with firefox.. if you try my website, and click around a bit, you&#8217;ll see that for some reason the buttons stop working&#8230; it happens very rarely in IE8, but ALOT in firefox 3.. any ideas?..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Leung</title>
		<link>http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/#comment-1058</link>
		<dc:creator>Brian Leung</dc:creator>
		<pubDate>Fri, 03 Apr 2009 01:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=789#comment-1058</guid>
		<description>I&#039;ve seen this bug and worked around it by removing the spacebar key eventlistener before going fullscreen and then created a timer to add the eventlistener back in half a second.   A horrible horrible hack, but it works...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen this bug and worked around it by removing the spacebar key eventlistener before going fullscreen and then created a timer to add the eventlistener back in half a second.   A horrible horrible hack, but it works&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->