<?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 Preloading Errors? Turn Off gzip.</title>
	<atom:link href="http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/</link>
	<description>Flash &#38; ActionScript, Blogging &#38; WordPress, Web Development &#38; Design, Branding &#38; Naming, and Whatever Else Comes To Mind.</description>
	<lastBuildDate>Mon, 09 Jan 2012 07:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ann</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-100</link>
		<dc:creator>Ann</dc:creator>
		<pubDate>Mon, 09 Jan 2012 07:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-100</guid>
		<description>On this one server I&#039;m working with, hard-coding the total file size doesn&#039;t even make a difference. That temporary fix has always worked for me before.
Here the file thinks it&#039;s completed when the preloader has only loaded to about 1/3.

Do you think it&#039;s possible to make the flash file work fine with gzip?
Why do all the other files on the page (images, js, etc.) still work fine?

What should I do now, ugh...</description>
		<content:encoded><![CDATA[<p>On this one server I&#8217;m working with, hard-coding the total file size doesn&#8217;t even make a difference. That temporary fix has always worked for me before.<br />
Here the file thinks it&#8217;s completed when the preloader has only loaded to about 1/3.</p>
<p>Do you think it&#8217;s possible to make the flash file work fine with gzip?<br />
Why do all the other files on the page (images, js, etc.) still work fine?</p>
<p>What should I do now, ugh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SC</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-97</link>
		<dc:creator>SC</dc:creator>
		<pubDate>Tue, 01 Nov 2011 09:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-97</guid>
		<description>So thanks !!!
Since nearly 2 years I &quot;search&quot; for this trouble !
&lt;a href=&quot;http://www.games68.com&quot; rel=&quot;nofollow&quot;&gt;Games&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>So thanks !!!<br />
Since nearly 2 years I &#8220;search&#8221; for this trouble !<br />
<a href="http://www.games68.com" rel="nofollow">Games</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louai Munajim</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-96</link>
		<dc:creator>Louai Munajim</dc:creator>
		<pubDate>Thu, 13 Oct 2011 09:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-96</guid>
		<description>Thanks for sharing Charles. A real find, saved me when I had to update the DNS entries on my Mac (changing the hosts file no longer worked).
Anyways ...
I also had issues with a gzipped environment, had to write an additional  fall back preloader that had an indeterminate state. Just displays bytes loaded. That way it never fails. You can see it running here in the two states.
&lt;a href=&quot;http://flashscript.ca/flash-preloader.php&quot; rel=&quot;nofollow&quot;&gt;flash preloader&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing Charles. A real find, saved me when I had to update the DNS entries on my Mac (changing the hosts file no longer worked).<br />
Anyways &#8230;<br />
I also had issues with a gzipped environment, had to write an additional  fall back preloader that had an indeterminate state. Just displays bytes loaded. That way it never fails. You can see it running here in the two states.<br />
<a href="http://flashscript.ca/flash-preloader.php" rel="nofollow">flash preloader</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-88</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Fri, 27 May 2011 16:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-88</guid>
		<description>Woa! That is a hard bug to find. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Woa! That is a hard bug to find. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-82</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 11 Jan 2011 05:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-82</guid>
		<description>Found this article just after I solved the problem...
Good that you shared this information. It&#039;s weird how the gzip it&#039;s changes the MIME type.
I did this to my .htaccess
&lt;FilesMatch &quot;(?i)^.*\.(htm&#124;html&#124;shtml&#124;php&#124;txt&#124;xml&#124;js&#124;css)$&quot;&gt;
	SetOutputFilter DEFLATE
&lt;/FilesMatch&gt;</description>
		<content:encoded><![CDATA[<p>Found this article just after I solved the problem&#8230;<br />
Good that you shared this information. It&#8217;s weird how the gzip it&#8217;s changes the MIME type.<br />
I did this to my .htaccess<br />
&lt;FilesMatch &quot;(?i)^.*\.(htm|html|shtml|php|txt|xml|js|css)$&quot;&gt;<br />
	SetOutputFilter DEFLATE<br />
&lt;/FilesMatch&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kubilay KAYA</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-80</link>
		<dc:creator>Kubilay KAYA</dc:creator>
		<pubDate>Fri, 03 Dec 2010 10:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-80</guid>
		<description>I had same problem &amp; solved hard :)
&lt;del datetime=&quot;2010-12-05T02:43:17+00:00&quot;&gt; just download this rar  
unzip rar file and&lt;/del&gt; upload .htaccess file to your public_html folder.

[I took out the download link. The code suggested by Kubilay is below instead]

&lt;code&gt;SetEnv no-gzip dont-vary
 
# Don&#039;t compress images/flash 
SetEnvIfNoCase Request_URI \
\.(?:gif&#124;jpe?g&#124;png&#124;swf&#124;flv)$ no-gzip dont-vary&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I had same problem &amp; solved hard <img src='http://patrickmcd.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<del datetime="2010-12-05T02:43:17+00:00"> just download this rar<br />
unzip rar file and</del> upload .htaccess file to your public_html folder.</p>
<p>[I took out the download link. The code suggested by Kubilay is below instead]</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SetEnv no-gzip dont-vary<br />
&nbsp;<br />
# Don't compress images/flash <br />
SetEnvIfNoCase Request_URI \<br />
\.(?:gif|jpe?g|png|swf|flv)$ no-gzip dont-vary</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lieven Cardoen</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-74</link>
		<dc:creator>Lieven Cardoen</dc:creator>
		<pubDate>Sun, 26 Sep 2010 15:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-74</guid>
		<description>I had a similar issue this week where our Flex application suddenly didn&#039;t load in FireFox anymore. All other browsers worked fine. The problem was also GZIP. We just got a white screen in FireFox. The swf was loaded but no content was displayed. Have written a blog post about it with a reference to your blog post.
http://blog.johlero.eu/2010/09/26/white-screen-when-loading-flash-in-firefox-gzip-problem/</description>
		<content:encoded><![CDATA[<p>I had a similar issue this week where our Flex application suddenly didn&#8217;t load in FireFox anymore. All other browsers worked fine. The problem was also GZIP. We just got a white screen in FireFox. The swf was loaded but no content was displayed. Have written a blog post about it with a reference to your blog post.<br />
<a href="http://blog.johlero.eu/2010/09/26/white-screen-when-loading-flash-in-firefox-gzip-problem/" rel="nofollow">http://blog.johlero.eu/2010/09/26/white-screen-when-loading-flash-in-firefox-gzip-problem/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-67</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-67</guid>
		<description>Glad to help and thanks for the code.</description>
		<content:encoded><![CDATA[<p>Glad to help and thanks for the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goyb</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-66</link>
		<dc:creator>goyb</dc:creator>
		<pubDate>Tue, 27 Jul 2010 08:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-66</guid>
		<description>I had the same problem with safari and chrome. This is how my .htacces file look slike:

&lt;code&gt;Options +FollowSymLinks
RewriteEngine on
RewriteRule . - [E=no-gzip:1] 
&lt;/code&gt;

This works. Thanx for this post. Saved me a lot of time!</description>
		<content:encoded><![CDATA[<p>I had the same problem with safari and chrome. This is how my .htacces file look slike:</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule . - [E=no-gzip:1]</div></td></tr></tbody></table></div>
<p>This works. Thanx for this post. Saved me a lot of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asa B</title>
		<link>http://patrickmcd.com/2009/04/20/flash-preloading-errors-turn-off-gzip/comment-page-1/#comment-64</link>
		<dc:creator>Asa B</dc:creator>
		<pubDate>Mon, 14 Jun 2010 17:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmcd.com/?p=161#comment-64</guid>
		<description>Thanks for saving me countless hours of troubleshooting!

-Asa</description>
		<content:encoded><![CDATA[<p>Thanks for saving me countless hours of troubleshooting!</p>
<p>-Asa</p>
]]></content:encoded>
	</item>
</channel>
</rss>

