<?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: Firefox 3 Mac Flash Bug Boxes Visual Artifacts</title>
	<atom:link href="http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Thu, 18 Mar 2010 22:50:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-18835</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-18835</guid>
		<description>If it&#039;s your own JavaScript function that you are calling, this fixes it.

function calledFunction() {
   setTimeout(&#039;delayedFunction()&#039;, 0);
}

I was surprised that a delay of 0 works, but it does.</description>
		<content:encoded><![CDATA[<p>If it&#039;s your own JavaScript function that you are calling, this fixes it.</p>
<p>function calledFunction() {<br />
   setTimeout(&#039;delayedFunction()&#039;, 0);<br />
}</p>
<p>I was surprised that a delay of 0 works, but it does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-18659</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-18659</guid>
		<description>Opps, I meant version 3.6</description>
		<content:encoded><![CDATA[<p>Opps, I meant version 3.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-18658</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-18658</guid>
		<description>Firefox 3.5.6 was released today, and it seems to fix this bug. Ironic, as I came across you blog post today as I needed to fix the problem on a site I&#039;m working on, and once I implemented a fix 3.5.6 was released. But thanks for the info, it was super helpful.</description>
		<content:encoded><![CDATA[<p>Firefox 3.5.6 was released today, and it seems to fix this bug. Ironic, as I came across you blog post today as I needed to fix the problem on a site I&#039;m working on, and once I implemented a fix 3.5.6 was released. But thanks for the info, it was super helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Hodges</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-16545</link>
		<dc:creator>Philip Hodges</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-16545</guid>
		<description>Thanks for the information. Have been using stateManager but will have a look at the latest version of swfaddress if that will resolve it.</description>
		<content:encoded><![CDATA[<p>Thanks for the information. Have been using stateManager but will have a look at the latest version of swfaddress if that will resolve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ore</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-14311</link>
		<dc:creator>Ryan Ore</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-14311</guid>
		<description>forgot to mention, I did not write this.  Mearly stumbled upon it.
http://blog.ryanore.com/www.blog.lessrain.com/possible-bug-in-firefox-301-mac/</description>
		<content:encoded><![CDATA[<p>forgot to mention, I did not write this.  Mearly stumbled upon it.<br />
<a href="http://blog.ryanore.com/www.blog.lessrain.com/possible-bug-in-firefox-301-mac/" rel="nofollow">http://blog.ryanore.com/www.blog.lessrain.com/possible-bug-in-firefox-301-mac/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ore</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-14310</link>
		<dc:creator>Ryan Ore</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-14310</guid>
		<description>I&#039;ve been struggling for a while with this one.  I came across a solution when working with swfaddress 2.1

 * SWFAddress.js::Search for this…

   this.setValue=function

 * replace that with this…


   this.setValue=function(7e){
      if(21.isFirefox()){        setTimeout(”SWFAddress.setValueWithDelay(’”+7e+”‘);”,500);
           }else{         SWFAddress.setValueWithDelay(7e)}};
this.setValueWithDelay=function

    

* save that file and YOU ARE DONE
*other versions need refactoring.</description>
		<content:encoded><![CDATA[<p>I&#039;ve been struggling for a while with this one.  I came across a solution when working with swfaddress 2.1</p>
<p> * SWFAddress.js::Search for this…</p>
<p>   this.setValue=function</p>
<p> * replace that with this…</p>
<p>   this.setValue=function(7e){<br />
      if(21.isFirefox()){        setTimeout(”SWFAddress.setValueWithDelay(’”+7e+”‘);”,500);<br />
           }else{         SWFAddress.setValueWithDelay(7e)}};<br />
this.setValueWithDelay=function</p>
<p>* save that file and YOU ARE DONE<br />
*other versions need refactoring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Karova</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-13721</link>
		<dc:creator>Jeff Karova</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-13721</guid>
		<description>I believe that the ExternalInterface call in or out blocks execution of swf player rendering. When the &#039;flash&#039; happens on our site, it&#039;s always the background color of the swf - leading me to think that the player has cleared the rendering buffer in prep to redraw, then gets hung by the call. We&#039;ve also noticed the redraw only happens on the redraw regions. Putting in the delay allows the redraw to happen before rendering get blocked.</description>
		<content:encoded><![CDATA[<p>I believe that the ExternalInterface call in or out blocks execution of swf player rendering. When the &#039;flash&#039; happens on our site, it&#039;s always the background color of the swf &#8211; leading me to think that the player has cleared the rendering buffer in prep to redraw, then gets hung by the call. We&#039;ve also noticed the redraw only happens on the redraw regions. Putting in the delay allows the redraw to happen before rendering get blocked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PolishRen</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-11156</link>
		<dc:creator>PolishRen</dc:creator>
		<pubDate>Mon, 25 May 2009 20:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-11156</guid>
		<description>I&#039;m having the bug with all browsers on PC and no JS. Visually its the same bug and it does affect my png&#039;s but it seems to be a redraw problem with multiple png&#039;s overlapping.</description>
		<content:encoded><![CDATA[<p>I&#039;m having the bug with all browsers on PC and no JS. Visually its the same bug and it does affect my png&#039;s but it seems to be a redraw problem with multiple png&#039;s overlapping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ickydime</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-10467</link>
		<dc:creator>ickydime</dc:creator>
		<pubDate>Fri, 08 May 2009 21:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-10467</guid>
		<description>Life saver man. Thanks for the detailed report as well as the update for the solution!</description>
		<content:encoded><![CDATA[<p>Life saver man. Thanks for the detailed report as well as the update for the solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahi</title>
		<link>http://www.stevensacks.net/2009/01/09/firefox-3-mac-flash-bug-boxes-visual-artifacts/comment-page-1/#comment-9968</link>
		<dc:creator>Tahi</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=354#comment-9968</guid>
		<description>Espy, same problem here... Visual artifacts are gone but now the whole thing is falling apart due to the interval. Very frustrating. 
Not very professional, but I wish I didn´t have Firefox 3 on Mac. I would have lived happily in ignorance.</description>
		<content:encoded><![CDATA[<p>Espy, same problem here&#8230; Visual artifacts are gone but now the whole thing is falling apart due to the interval. Very frustrating.<br />
Not very professional, but I wish I didn´t have Firefox 3 on Mac. I would have lived happily in ignorance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
