<?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: flash player 10 security change can break focus logic with cross domain swfs</title>
	<atom:link href="http://www.markledford.com/blog/2009/08/28/flash-player-10-security-change-can-break-focus-logic-with-cross-domain-swfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markledford.com/blog/2009/08/28/flash-player-10-security-change-can-break-focus-logic-with-cross-domain-swfs/</link>
	<description>Documenting the trials and triumphs of a mobile / front end web developer</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:48:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: funny pictures of cats</title>
		<link>http://www.markledford.com/blog/2009/08/28/flash-player-10-security-change-can-break-focus-logic-with-cross-domain-swfs/comment-page-1/#comment-51588</link>
		<dc:creator>funny pictures of cats</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=70#comment-51588</guid>
		<description>This is a great article, very useful, I&#039;ll be subscribing to your blog.</description>
		<content:encoded><![CDATA[<p>This is a great article, very useful, I&#8217;ll be subscribing to your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.markledford.com/blog/2009/08/28/flash-player-10-security-change-can-break-focus-logic-with-cross-domain-swfs/comment-page-1/#comment-13206</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Wed, 23 Dec 2009 01:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=70#comment-13206</guid>
		<description>I had this exact same problem. I found a way to overcome this issue without republishing nor using a proxy server. I&#039;m not sure is the right way to do it but in case it is useful to anyone, here is what I did:
 
- I imported into my main application the definitions of all V3 components.

- Replaced the fl.managers.FocusManager::mouseFocusChangeHandler(event:FocusEvent) method with the implementation found here  http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as which takes into account the security update.

- When loading cross domain swfs that utilize any of Flash’s V3, I use the LoaderContext to specify the application domain and  ensure the loaded swf uses the V3 components definitions contained in the main application (this is the bit that may not fit everyone&#039;s scenario)

Cheers,

Julian</description>
		<content:encoded><![CDATA[<p>I had this exact same problem. I found a way to overcome this issue without republishing nor using a proxy server. I&#8217;m not sure is the right way to do it but in case it is useful to anyone, here is what I did:</p>
<p>- I imported into my main application the definitions of all V3 components.</p>
<p>- Replaced the fl.managers.FocusManager::mouseFocusChangeHandler(event:FocusEvent) method with the implementation found here  <a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as" rel="nofollow">http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as</a> which takes into account the security update.</p>
<p>- When loading cross domain swfs that utilize any of Flash’s V3, I use the LoaderContext to specify the application domain and  ensure the loaded swf uses the V3 components definitions contained in the main application (this is the bit that may not fit everyone&#8217;s scenario)</p>
<p>Cheers,</p>
<p>Julian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

