<?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: AS3 Basics: Detect flash window focus with Actionscript 3.0</title>
	<atom:link href="http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30</link>
	<description>We&#039;re Geeks - This is Where We Write</description>
	<lastBuildDate>Fri, 10 Feb 2012 08:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30#comment-12820</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=175#comment-12820</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pas de panique &#187; Non classé &#187; links for 2010-07-09</title>
		<link>http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30#comment-12563</link>
		<dc:creator>Pas de panique &#187; Non classé &#187; links for 2010-07-09</dc:creator>
		<pubDate>Sat, 10 Jul 2010 00:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=175#comment-12563</guid>
		<description>[...] AS3 Basics: Detect flash window focus with Actionscript 3.0 &#124; Wuup (tags: focus flash as3) [...]</description>
		<content:encoded><![CDATA[<p>[...] AS3 Basics: Detect flash window focus with Actionscript 3.0 | Wuup (tags: focus flash as3) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Nunney</title>
		<link>http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30#comment-12122</link>
		<dc:creator>Bill Nunney</dc:creator>
		<pubDate>Thu, 25 Sep 2008 10:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=175#comment-12122</guid>
		<description>Hi again Jerem, so i got thinking about you&#039;re problem and as long as you don&#039;t have any hold ups about publishing in AS3 you can analyze this example to achieve what you want &lt;a href=&quot;http://www.wuup.co.uk/wp-content/uploads/2008/09/as2focus.zip&quot; rel=&quot;nofollow&quot;&gt;LINK&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>Hi again Jerem, so i got thinking about you&#8217;re problem and as long as you don&#8217;t have any hold ups about publishing in AS3 you can analyze this example to achieve what you want <a href="http://www.wuup.co.uk/wp-content/uploads/2008/09/as2focus.zip" rel="nofollow">LINK</a> <img src='http://www.wuup.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Nunney</title>
		<link>http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30#comment-12121</link>
		<dc:creator>Bill Nunney</dc:creator>
		<pubDate>Thu, 25 Sep 2008 00:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=175#comment-12121</guid>
		<description>Hmm tricky, i don&#039;t know of any way to achieve it in AS2. Did you try embedding you&#039;re AS2 game into an AS3 swf?</description>
		<content:encoded><![CDATA[<p>Hmm tricky, i don&#8217;t know of any way to achieve it in AS2. Did you try embedding you&#8217;re AS2 game into an AS3 swf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerem</title>
		<link>http://www.wuup.co.uk/as3-basics-detect-flash-window-focus-with-actionscript-30#comment-12120</link>
		<dc:creator>jerem</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=175#comment-12120</guid>
		<description>Sorry but I have one big problem : I can&#039;t do the same in AS2....I cant port my game to AS3 because I dont have the time, but I&#039;d really like to warn the user when the flash loses focus because my game uses keybord inputs and players dont understand why they cannot play anymore after ALT-TAB ALT-TAB
I&#039;d greatly appreciate any help on this problem. I&#039;ve done it in AS3 , even tried to add an invisible AS3 flahs next to my game but it doesn&#039;t have the focus when the game has it, so it cannot detect ALT-TAB
:[</description>
		<content:encoded><![CDATA[<p>Sorry but I have one big problem : I can&#8217;t do the same in AS2&#8230;.I cant port my game to AS3 because I dont have the time, but I&#8217;d really like to warn the user when the flash loses focus because my game uses keybord inputs and players dont understand why they cannot play anymore after ALT-TAB ALT-TAB<br />
I&#8217;d greatly appreciate any help on this problem. I&#8217;ve done it in AS3 , even tried to add an invisible AS3 flahs next to my game but it doesn&#8217;t have the focus when the game has it, so it cannot detect ALT-TAB<br />
:[</p>
]]></content:encoded>
	</item>
</channel>
</rss>

