<?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: Detecting focus in flash player</title>
	<atom:link href="http://blog.tudwaythecore.com/2009/05/detecting_focus/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tudwaythecore.com/2009/05/detecting_focus/</link>
	<description>blog</description>
	<lastBuildDate>Sat, 06 Aug 2011 08:37:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jacko</title>
		<link>http://blog.tudwaythecore.com/2009/05/detecting_focus/comment-page-1/#comment-3732</link>
		<dc:creator>jacko</dc:creator>
		<pubDate>Tue, 27 Jul 2010 23:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=274#comment-3732</guid>
		<description>Do you know how to do a focus detect that starts/pauses when the swf file is simply on screen or not?  I see banners do it on sites all the time -- meaning the animation doesn&#039;t start until you scroll down and actually see the swf banner on the screen.  If it is off screen it will sit paused until you scroll down.

That make sense?  Any tricks you know to do that or do you think it&#039;s done in javascript page code instead?</description>
		<content:encoded><![CDATA[<p>Do you know how to do a focus detect that starts/pauses when the swf file is simply on screen or not?  I see banners do it on sites all the time &#8212; meaning the animation doesn&#8217;t start until you scroll down and actually see the swf banner on the screen.  If it is off screen it will sit paused until you scroll down.</p>
<p>That make sense?  Any tricks you know to do that or do you think it&#8217;s done in javascript page code instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitzin</title>
		<link>http://blog.tudwaythecore.com/2009/05/detecting_focus/comment-page-1/#comment-3000</link>
		<dc:creator>jitzin</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=274#comment-3000</guid>
		<description>very helpful thanks, I am creating a AS3 shooting game for fun and i needed a way to pause the game.</description>
		<content:encoded><![CDATA[<p>very helpful thanks, I am creating a AS3 shooting game for fun and i needed a way to pause the game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morales2k</title>
		<link>http://blog.tudwaythecore.com/2009/05/detecting_focus/comment-page-1/#comment-2454</link>
		<dc:creator>Morales2k</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=274#comment-2454</guid>
		<description>This is awesome. In combination with keypress detection it would make a good copy protection. For example, if you display images or text and you dont want them to be copied, you can stop the use of printscreen key detecting its keypress and replacing the frame with a blank one. If the user then goes outta focus to use it, you detect focus is lost and replace current frame with blank one anyways... one could detect ctr+p too in order to avoid print commands when in focus... I will have to test and see how it works out and if I can circumvent it somehow... maybe those plugins that download flash content would break this measure... but it remains to be tested yet... ;)</description>
		<content:encoded><![CDATA[<p>This is awesome. In combination with keypress detection it would make a good copy protection. For example, if you display images or text and you dont want them to be copied, you can stop the use of printscreen key detecting its keypress and replacing the frame with a blank one. If the user then goes outta focus to use it, you detect focus is lost and replace current frame with blank one anyways&#8230; one could detect ctr+p too in order to avoid print commands when in focus&#8230; I will have to test and see how it works out and if I can circumvent it somehow&#8230; maybe those plugins that download flash content would break this measure&#8230; but it remains to be tested yet&#8230; <img src='http://blog.tudwaythecore.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tudway</title>
		<link>http://blog.tudwaythecore.com/2009/05/detecting_focus/comment-page-1/#comment-1523</link>
		<dc:creator>tudway</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tudwaythecore.com/?p=274#comment-1523</guid>
		<description>The detectFocus function is written in the script above the movie! 

As for the screen thing, research bitmap data, the screen is actually a snapshot of the movieclip that holds all the objects in. this snapshot is taken everyframe and so overwrites the current one making it look like a video.</description>
		<content:encoded><![CDATA[<p>The detectFocus function is written in the script above the movie! </p>
<p>As for the screen thing, research bitmap data, the screen is actually a snapshot of the movieclip that holds all the objects in. this snapshot is taken everyframe and so overwrites the current one making it look like a video.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

