<?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: Fixing Firefox Flash Foolishness</title>
	<atom:link href="http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/</link>
	<description>Geeks making the world a bit better</description>
	<lastBuildDate>Mon, 09 Nov 2009 16:06:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gb</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-51330</link>
		<dc:creator>gb</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-51330</guid>
		<description>Sorry, I can&#039;t help you on that.</description>
		<content:encoded><![CDATA[<p>Sorry, I can&#8217;t help you on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anshuman</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-51311</link>
		<dc:creator>anshuman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-51311</guid>
		<description>my problem :

in explorer i can bring drop down menus created in js over the flash, but in firefox the dropdown created in js is coming behind the flash.How can i solve this problem, for explorer i used . Can you please suggest me what will be script for firefox to fix my proble ????

regards,

anshuman</description>
		<content:encoded><![CDATA[<p>my problem :</p>
<p>in explorer i can bring drop down menus created in js over the flash, but in firefox the dropdown created in js is coming behind the flash.How can i solve this problem, for explorer i used . Can you please suggest me what will be script for firefox to fix my proble ????</p>
<p>regards,</p>
<p>anshuman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the_board_room</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-47857</link>
		<dc:creator>the_board_room</dc:creator>
		<pubDate>Sat, 25 Jul 2009 04:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-47857</guid>
		<description>simulate a click event to give the same focus of a click

document.getElementById(&quot;movie&quot;).click();</description>
		<content:encoded><![CDATA[<p>simulate a click event to give the same focus of a click</p>
<p>document.getElementById(&#8221;movie&#8221;).click();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebomoto</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-42823</link>
		<dc:creator>sebomoto</dc:creator>
		<pubDate>Tue, 24 Mar 2009 11:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-42823</guid>
		<description>@wes:
Hi,

how would you implement tabindex? i thought tabindex was only allowed for links or forms.



did not help here! (&#039;my content&#039; is the flash container/swfobject)

Sebastian</description>
		<content:encoded><![CDATA[<p>@wes:<br />
Hi,</p>
<p>how would you implement tabindex? i thought tabindex was only allowed for links or forms.</p>
<p>did not help here! (&#8217;my content&#8217; is the flash container/swfobject)</p>
<p>Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-42804</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-42804</guid>
		<description>Setting tabindex to -1 on the embed or object will allow you to .focus() properly. No need for fancy workarounds.</description>
		<content:encoded><![CDATA[<p>Setting tabindex to -1 on the embed or object will allow you to .focus() properly. No need for fancy workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Moir</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-38011</link>
		<dc:creator>Don Moir</dc:creator>
		<pubDate>Thu, 30 Oct 2008 14:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-38011</guid>
		<description>I have had a few request from those who do not use Flash CS3. The sample FLA file is not readable without CS3. So the focussample.zip now includes a text file of the action script code. (FocusSampleFla.txt)

The working sample can be found here:

http://sms.pangolin.com/FocusSample/FocusSample.html

The sample source code can be found here:

http://sms.pangolin.com/FocusSample/focussample.zip

Don</description>
		<content:encoded><![CDATA[<p>I have had a few request from those who do not use Flash CS3. The sample FLA file is not readable without CS3. So the focussample.zip now includes a text file of the action script code. (FocusSampleFla.txt)</p>
<p>The working sample can be found here:</p>
<p><a href="http://sms.pangolin.com/FocusSample/FocusSample.html" rel="nofollow">http://sms.pangolin.com/FocusSample/FocusSample.html</a></p>
<p>The sample source code can be found here:</p>
<p><a href="http://sms.pangolin.com/FocusSample/focussample.zip" rel="nofollow">http://sms.pangolin.com/FocusSample/focussample.zip</a></p>
<p>Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Moir</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-30816</link>
		<dc:creator>Don Moir</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-30816</guid>
		<description>Peeyush,

I am not sure if I read you clearly. It is not necessarily that the TextInput will actually gain the focus, but it will have the appearance of having the focus. In a real app this does require a good piece of work. Study the FocusSample.fla file.</description>
		<content:encoded><![CDATA[<p>Peeyush,</p>
<p>I am not sure if I read you clearly. It is not necessarily that the TextInput will actually gain the focus, but it will have the appearance of having the focus. In a real app this does require a good piece of work. Study the FocusSample.fla file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Moir</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-30758</link>
		<dc:creator>Don Moir</dc:creator>
		<pubDate>Thu, 10 Apr 2008 03:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-30758</guid>
		<description>Hi Peeyush, Thanks for the comment...
....
I do not use flex because I don&#039;t want to give Adobe more of a chance to screw up ! lol So this means pretty much everything I do is custom and everything works as expected...
....
Perhaps if Adobe added a focus() function to the flash object this could be fixed by them. I could be wrong here but seems reasonable. So the problem is that all browsers except IE do not provide this function when wmode is &#039;window&#039;. In Firefox when wmode is not &#039;window&#039; it also has the focus function but other things don&#039;t work... Seems like grade school stuff... If you have ever used Flash CS3 Professional, the damn doesn&#039;t know if it&#039;s coming or going lol. Painting all the time and sure as hell has trouble keeping track of the focus as well as color code highlighting etc. It&#039;s no wonder there are problems.
.....
Now IE does mangage to get it right, and the other browsers do not. But Adobe, when wmodw is &#039;window&#039; you have a hell of alot of control so whats up ?</description>
		<content:encoded><![CDATA[<p>Hi Peeyush, Thanks for the comment&#8230;<br />
&#8230;.<br />
I do not use flex because I don&#8217;t want to give Adobe more of a chance to screw up ! lol So this means pretty much everything I do is custom and everything works as expected&#8230;<br />
&#8230;.<br />
Perhaps if Adobe added a focus() function to the flash object this could be fixed by them. I could be wrong here but seems reasonable. So the problem is that all browsers except IE do not provide this function when wmode is &#8216;window&#8217;. In Firefox when wmode is not &#8216;window&#8217; it also has the focus function but other things don&#8217;t work&#8230; Seems like grade school stuff&#8230; If you have ever used Flash CS3 Professional, the damn doesn&#8217;t know if it&#8217;s coming or going lol. Painting all the time and sure as hell has trouble keeping track of the focus as well as color code highlighting etc. It&#8217;s no wonder there are problems.<br />
&#8230;..<br />
Now IE does mangage to get it right, and the other browsers do not. But Adobe, when wmodw is &#8216;window&#8217; you have a hell of alot of control so whats up ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peeyush Tuli</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-30735</link>
		<dc:creator>Peeyush Tuli</dc:creator>
		<pubDate>Wed, 09 Apr 2008 13:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-30735</guid>
		<description>Hi Don,
Your work looks amazing. I tried it out immediately.
In the example webpages you have mentioned, the behavior is as expected but when I used your html wrapper in a local flex project, it did not make any difference.
Flex Builder - 2.0.1
Firefox - 2.0.0.13

Steps - 
Create new project FocusSample.
Added a textinput to it.
Copied your html and js file to the bin folder.
Opened the html in browser. 
Is there a call back method required in 
the swf file to accomplish this?

Has anybody else used it successfully in their projects?

~Peeyush</description>
		<content:encoded><![CDATA[<p>Hi Don,<br />
Your work looks amazing. I tried it out immediately.<br />
In the example webpages you have mentioned, the behavior is as expected but when I used your html wrapper in a local flex project, it did not make any difference.<br />
Flex Builder &#8211; 2.0.1<br />
Firefox &#8211; 2.0.0.13</p>
<p>Steps &#8211;<br />
Create new project FocusSample.<br />
Added a textinput to it.<br />
Copied your html and js file to the bin folder.<br />
Opened the html in browser.<br />
Is there a call back method required in<br />
the swf file to accomplish this?</p>
<p>Has anybody else used it successfully in their projects?</p>
<p>~Peeyush</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/comment-page-1/#comment-30228</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Mon, 31 Mar 2008 18:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/#comment-30228</guid>
		<description>Reading this interesting story because i have some trouble getting a flash scrollbar working (using the scrollwheel on the mouse) without clicking the swf first.

I tried adding a javascript in the body tag: onLoad=&quot;window.document.secarchitecten.focus();&quot;
but without luck.

Is there a way to set the focus to the swf - in a way that the scrollwheel will work immediately without clicking the swf?
And by the way, the flash is written in AS2.

For working example you can visit the following link: http://www.secarchitecten.com/nieuw/

Stewart</description>
		<content:encoded><![CDATA[<p>Reading this interesting story because i have some trouble getting a flash scrollbar working (using the scrollwheel on the mouse) without clicking the swf first.</p>
<p>I tried adding a javascript in the body tag: onLoad=&#8221;window.document.secarchitecten.focus();&#8221;<br />
but without luck.</p>
<p>Is there a way to set the focus to the swf &#8211; in a way that the scrollwheel will work immediately without clicking the swf?<br />
And by the way, the flash is written in AS2.</p>
<p>For working example you can visit the following link: <a href="http://www.secarchitecten.com/nieuw/" rel="nofollow">http://www.secarchitecten.com/nieuw/</a></p>
<p>Stewart</p>
]]></content:encoded>
	</item>
</channel>
</rss>
