<?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: FF3 breaks SWFAddress (sometimes) on OS X</title>
	<atom:link href="http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x</link>
	<description>technology, politics, armchair philosophy</description>
	<lastBuildDate>Tue, 19 Jan 2010 13:36:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Douglas</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-3936</link>
		<dc:creator>Douglas</dc:creator>
		<pubDate>Sat, 17 Jan 2009 01:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-3936</guid>
		<description>Using Marcels trick above seems to cure the problem. (Except do not include the () in the setTimeout.)

setTimeout(SWFAddress.setValue, 1000, â€newAddressâ€);

I have also found that you can set the delay to as little as 5 and it still works (1 does not, however).

setTimeout(SWFAddress.setValue, 5, â€newAddressâ€);

Thanks for the help everyone. Cheers.</description>
		<content:encoded><![CDATA[<p>Using Marcels trick above seems to cure the problem. (Except do not include the () in the setTimeout.)</p>
<p>setTimeout(SWFAddress.setValue, 1000, â€newAddressâ€);</p>
<p>I have also found that you can set the delay to as little as 5 and it still works (1 does not, however).</p>
<p>setTimeout(SWFAddress.setValue, 5, â€newAddressâ€);</p>
<p>Thanks for the help everyone. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swfaddress firefox 3 fix &#124; Emak Mafu Labs Blog</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-2573</link>
		<dc:creator>swfaddress firefox 3 fix &#124; Emak Mafu Labs Blog</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-2573</guid>
		<description>[...] some of our sites have been a little temperamental as we use swfaddress heavily in our production. This blog seems to be the place to solve this problem, but i had to fafe about getting the uncompressed [...]</description>
		<content:encoded><![CDATA[<p>[...] some of our sites have been a little temperamental as we use swfaddress heavily in our production. This blog seems to be the place to solve this problem, but i had to fafe about getting the uncompressed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel-AndrÃ© Casasola Merkle</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-2226</link>
		<dc:creator>Marcel-AndrÃ© Casasola Merkle</dc:creator>
		<pubDate>Wed, 22 Oct 2008 18:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-2226</guid>
		<description>Just follow the link my name points to and copy the swfaddress.js

Best regards
Macm</description>
		<content:encoded><![CDATA[<p>Just follow the link my name points to and copy the swfaddress.js</p>
<p>Best regards<br />
Macm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayden</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-2198</link>
		<dc:creator>Jayden</dc:creator>
		<pubDate>Tue, 21 Oct 2008 07:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-2198</guid>
		<description>Thanks Macm. I ended up using an old version of SWFObject... couldnt waste any more time on it! Do you have a site that you&#039;ve successfully run it on?  I could just inspect and borrow the code if you&#039;re okay with it... will save you any hassles.

Regards,

Jayden</description>
		<content:encoded><![CDATA[<p>Thanks Macm. I ended up using an old version of SWFObject&#8230; couldnt waste any more time on it! Do you have a site that you&#8217;ve successfully run it on?  I could just inspect and borrow the code if you&#8217;re okay with it&#8230; will save you any hassles.</p>
<p>Regards,</p>
<p>Jayden</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel-AndrÃ© Casasola Merkle</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-2186</link>
		<dc:creator>Marcel-AndrÃ© Casasola Merkle</dc:creator>
		<pubDate>Mon, 20 Oct 2008 01:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-2186</guid>
		<description>Dear Jaden,

maybe calling your function with a timeout in Flash

setTimeout(SWFAddress.setValue(),1000,&quot;newAdress&quot;); 

should do the trick as well without modifying SWFAddress.

If this doesn&#039;t help I could send you my modified version of SWFAddress.

Best regards
Macm</description>
		<content:encoded><![CDATA[<p>Dear Jaden,</p>
<p>maybe calling your function with a timeout in Flash</p>
<p>setTimeout(SWFAddress.setValue(),1000,&#8221;newAdress&#8221;); </p>
<p>should do the trick as well without modifying SWFAddress.</p>
<p>If this doesn&#8217;t help I could send you my modified version of SWFAddress.</p>
<p>Best regards<br />
Macm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayden</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-2073</link>
		<dc:creator>Jayden</dc:creator>
		<pubDate>Tue, 14 Oct 2008 08:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-2073</guid>
		<description>Macm - tried following your instructions but couldn&#039;t get it to work?  I&#039;m using SWFAddress 2.1, SWFObject v2.1 with the static publishing method.  Before making yoru alterations, it works on the PC with IE 6/7, but no deal in FF3... and then after your altercations it doesn&#039;t seem to function in either browser  :(</description>
		<content:encoded><![CDATA[<p>Macm &#8211; tried following your instructions but couldn&#8217;t get it to work?  I&#8217;m using SWFAddress 2.1, SWFObject v2.1 with the static publishing method.  Before making yoru alterations, it works on the PC with IE 6/7, but no deal in FF3&#8230; and then after your altercations it doesn&#8217;t seem to function in either browser  :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel-AndrÃ© Casasola Merkle</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-1568</link>
		<dc:creator>Marcel-AndrÃ© Casasola Merkle</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-1568</guid>
		<description>Sorry, a little error in my previous post: you must replace

&lt;code&gt;this.setValue=function&lt;/code&gt;

with the following term.

Best regards
Macm</description>
		<content:encoded><![CDATA[<p>Sorry, a little error in my previous post: you must replace</p>
<p><code>this.setValue=function</code></p>
<p>with the following term.</p>
<p>Best regards<br />
Macm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel-AndrÃ© Casasola Merkle</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-1566</link>
		<dc:creator>Marcel-AndrÃ© Casasola Merkle</dc:creator>
		<pubDate>Tue, 16 Sep 2008 21:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-1566</guid>
		<description>Inspired by Luis&#039; post I modified SWFAdress rather then putting the delay in Flash. Works fine for me and is easier to handle.

I changed
----------
this.setValue
----------
to
----------
this.setValue=function(_7e){if(_21.isFirefox()){setTimeout(&quot;SWFAddress.setValueWithDelay(&#039;&quot;+_7e+&quot;&#039;);&quot;,500);}else{SWFAddress.setValueWithDelay(_7e)}};this.setValueWithDelay=function
----------
including a delay if Firefox is the browser.

It works for my project but it would be nice to hear if it also solves the problem for others.

Macm</description>
		<content:encoded><![CDATA[<p>Inspired by Luis&#8217; post I modified SWFAdress rather then putting the delay in Flash. Works fine for me and is easier to handle.</p>
<p>I changed<br />
&#8212;&#8212;&#8212;-<br />
this.setValue<br />
&#8212;&#8212;&#8212;-<br />
to<br />
&#8212;&#8212;&#8212;-<br />
this.setValue=function(_7e){if(_21.isFirefox()){setTimeout(&#8220;SWFAddress.setValueWithDelay(&#8216;&#8221;+_7e+&#8221;&#8216;);&#8221;,500);}else{SWFAddress.setValueWithDelay(_7e)}};this.setValueWithDelay=function<br />
&#8212;&#8212;&#8212;-<br />
including a delay if Firefox is the browser.</p>
<p>It works for my project but it would be nice to hear if it also solves the problem for others.</p>
<p>Macm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epologee</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-884</link>
		<dc:creator>epologee</dc:creator>
		<pubDate>Thu, 24 Jul 2008 21:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-884</guid>
		<description>Found a solution to my case over at Sean Musick&#039;s blog. Introduce a tiny delay between any heavy calculations in your flash and the call to the SWFAddress&#039;s javascript methods: http://seanmusick.com/blog.cfm?id=24

Cheers // ep</description>
		<content:encoded><![CDATA[<p>Found a solution to my case over at Sean Musick&#8217;s blog. Introduce a tiny delay between any heavy calculations in your flash and the call to the SWFAddress&#8217;s javascript methods: <a href="http://seanmusick.com/blog.cfm?id=24" rel="nofollow">http://seanmusick.com/blog.cfm?id=24</a></p>
<p>Cheers // ep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epologee</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x/comment-page-1#comment-883</link>
		<dc:creator>epologee</dc:creator>
		<pubDate>Thu, 24 Jul 2008 21:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-883</guid>
		<description>Hey there Joshua, your blog seems to be one of the better ranked articles about this blinking effect - I&#039;m experiencing it too. Have you or any of the other readers already found a solution?

Cheers // ep</description>
		<content:encoded><![CDATA[<p>Hey there Joshua, your blog seems to be one of the better ranked articles about this blinking effect &#8211; I&#8217;m experiencing it too. Have you or any of the other readers already found a solution?</p>
<p>Cheers // ep</p>
]]></content:encoded>
	</item>
</channel>
</rss>
