<?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: Preloader Infinity Problem in Flash AS3</title>
	<atom:link href="http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/</link>
	<description>useful tips and resources</description>
	<lastBuildDate>Thu, 03 Nov 2011 13:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brennino</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-46622</link>
		<dc:creator>Brennino</dc:creator>
		<pubDate>Sun, 19 Sep 2010 21:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-46622</guid>
		<description>Hey guys... Don&#039;t brake your brains with AS3 code!!!
And the problem is neither caused by browsers (or only a little part of it...) the problem is in the web server!!!
Apache is used to compress files before send them to the client and this cause the division by 0 error because flash don&#039;t know whats the file size during the preload activity (so assume that is 0 byte...).

The problem is different in different browsers because they handle gzip compression differently

To correct the error write a .htaccess with:

SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.avi$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.mov$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.mp3$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.mp4$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.rm$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.swf$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.flv$ no-gzip dont-vary

This say to apache to not use gunzip for the file extension listed.

I find the solution here (Thanks to Castertroy he saved my night):

http://gardengnomesoftware.com/forum/viewtopic.php?f=14&amp;t=4204

Infinity problem is a pain to correct.

Hope this helps</description>
		<content:encoded><![CDATA[<p>Hey guys&#8230; Don&#8217;t brake your brains with AS3 code!!!<br />
And the problem is neither caused by browsers (or only a little part of it&#8230;) the problem is in the web server!!!<br />
Apache is used to compress files before send them to the client and this cause the division by 0 error because flash don&#8217;t know whats the file size during the preload activity (so assume that is 0 byte&#8230;).</p>
<p>The problem is different in different browsers because they handle gzip compression differently</p>
<p>To correct the error write a .htaccess with:</p>
<p>SetOutputFilter DEFLATE<br />
SetEnvIfNoCase Request_URI \.avi$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.mov$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.mp3$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.mp4$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.rm$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.swf$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.flv$ no-gzip dont-vary</p>
<p>This say to apache to not use gunzip for the file extension listed.</p>
<p>I find the solution here (Thanks to Castertroy he saved my night):</p>
<p><a href="http://gardengnomesoftware.com/forum/viewtopic.php?f=14&amp;t=4204" rel="nofollow">http://gardengnomesoftware.com/forum/viewtopic.php?f=14&amp;t=4204</a></p>
<p>Infinity problem is a pain to correct.</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-31415</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 12 Feb 2010 08:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-31415</guid>
		<description>can someone help me i cant get the email to work on flashmo_188_chrome_black ive put my email in the &#039;send email php file &#039; that says
reciever but it doesnt work once ive uploaded it to the net</description>
		<content:encoded><![CDATA[<p>can someone help me i cant get the email to work on flashmo_188_chrome_black ive put my email in the &#8217;send email php file &#8216; that says<br />
reciever but it doesnt work once ive uploaded it to the net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basanet</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-30181</link>
		<dc:creator>basanet</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-30181</guid>
		<description>Dear JvV,

is you answer for me? If so, thanks so much, but... what should I delete in the preloader? The text? I&#039;ve put no text in it, but just the preloader. any more hints? ;)</description>
		<content:encoded><![CDATA[<p>Dear JvV,</p>
<p>is you answer for me? If so, thanks so much, but&#8230; what should I delete in the preloader? The text? I&#8217;ve put no text in it, but just the preloader. any more hints? <img src='http://www.webdesignmo.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JvV</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-30180</link>
		<dc:creator>JvV</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-30180</guid>
		<description>we have found it!!

simple: delete all tekst of the preloader..!!!</description>
		<content:encoded><![CDATA[<p>we have found it!!</p>
<p>simple: delete all tekst of the preloader..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basanet</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-30077</link>
		<dc:creator>basanet</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-30077</guid>
		<description>Dear Min Thu,

let me thank you for this little preloader: it’s really a smart and effective solution! I’m quite new at Flash, but I found it very practical and I make it working in a so short time!

However I experienced a little problem and I’d like you to give me your opinion about it. First of all, let me tell that I’ve put the preloader even in the “main.fla” of my project, and in the secondary movieclip it loads when the pages are choosen. Obviously, in every case I put the preloader in the first scene (of two) of the .fla.

But, while it works in the main .fla (I can see the progress bar going regularly to the completion), the other movieclips (corresponding each to a different .fla file) show the bar only when it’s already completed, then pass to the main scene.

Do you have any idea about this behaviour? Maybe the loading of file into a main.fla makes unapplicable this preloading solution?

Thanks for your attention. I hope to ear you soon.
Regards

basanet</description>
		<content:encoded><![CDATA[<p>Dear Min Thu,</p>
<p>let me thank you for this little preloader: it’s really a smart and effective solution! I’m quite new at Flash, but I found it very practical and I make it working in a so short time!</p>
<p>However I experienced a little problem and I’d like you to give me your opinion about it. First of all, let me tell that I’ve put the preloader even in the “main.fla” of my project, and in the secondary movieclip it loads when the pages are choosen. Obviously, in every case I put the preloader in the first scene (of two) of the .fla.</p>
<p>But, while it works in the main .fla (I can see the progress bar going regularly to the completion), the other movieclips (corresponding each to a different .fla file) show the bar only when it’s already completed, then pass to the main scene.</p>
<p>Do you have any idea about this behaviour? Maybe the loading of file into a main.fla makes unapplicable this preloading solution?</p>
<p>Thanks for your attention. I hope to ear you soon.<br />
Regards</p>
<p>basanet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ragle</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-29647</link>
		<dc:creator>Ryan Ragle</dc:creator>
		<pubDate>Wed, 23 Dec 2009 23:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-29647</guid>
		<description>I&#039;ve also come up with this problem on preloaders. 
If you don&#039;t feel like reading the article, it basically comes down to not using the ENTER_FRAME event and using the ProgressEvent and COMPLETE events. I too was running on a server with gzip. Hopefully this is a solution that will help everyone: http://bit.ly/7m2Wru</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also come up with this problem on preloaders.<br />
If you don&#8217;t feel like reading the article, it basically comes down to not using the ENTER_FRAME event and using the ProgressEvent and COMPLETE events. I too was running on a server with gzip. Hopefully this is a solution that will help everyone: <a href="http://bit.ly/7m2Wru" rel="nofollow">http://bit.ly/7m2Wru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huachoby</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-28372</link>
		<dc:creator>Huachoby</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-28372</guid>
		<description>Only one thing, in AS2 work perfect this code:

stop();
preloader._width = 0;
preloader._visible = preloader_bg._visible = true;
preloader.onEnterFrame = function()
{
	filesize_total = _root.getBytesTotal();
	if( filesize_total == 0 ) filesize_total = 1;
	
	percent = Math.round( _root.getBytesLoaded() / filesize_total * 100 );
	txt = percent + &quot;%&quot;;
	preloader._width = percent * 3;
		
	if( percent == 100 )
	{
		txt = &quot;&quot;;
		preloader._visible = preloader_bg._visible = false;
		_root.play();
		delete this.onEnterFrame;
	}
}</description>
		<content:encoded><![CDATA[<p>Only one thing, in AS2 work perfect this code:</p>
<p>stop();<br />
preloader._width = 0;<br />
preloader._visible = preloader_bg._visible = true;<br />
preloader.onEnterFrame = function()<br />
{<br />
	filesize_total = _root.getBytesTotal();<br />
	if( filesize_total == 0 ) filesize_total = 1;</p>
<p>	percent = Math.round( _root.getBytesLoaded() / filesize_total * 100 );<br />
	txt = percent + &#8220;%&#8221;;<br />
	preloader._width = percent * 3;</p>
<p>	if( percent == 100 )<br />
	{<br />
		txt = &#8220;&#8221;;<br />
		preloader._visible = preloader_bg._visible = false;<br />
		_root.play();<br />
		delete this.onEnterFrame;<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huachoby</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-28370</link>
		<dc:creator>Huachoby</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-28370</guid>
		<description>Hello to all: 
I also have that problem and I have not been able to solve it I complete, it all that I obtained is that it remains the static rod and the word “Loading”, but never the bar with the percentage moves. After seconds the page is loaded. 
My conclusions are that the problem this in the Host (because I tried perfectly in other servers).
 I found a article that said that the server compresses by means of PHP some archives (SWF for example) to create an exit buffer and to make but the loading fast (something thus I understood, because not much of programming). Then maybe one   solution to disable that method of uncompres    (GZIP).
 My supplier of hostes  does not say to me that it cannot do nothing and tries to disable it by means of client (forming the file htacces that is in my site, but I work either. At the end of accounts I occurred by won, I hope to have time but ahead to continue trying. Sorry for my bad english and please to meet you.</description>
		<content:encoded><![CDATA[<p>Hello to all:<br />
I also have that problem and I have not been able to solve it I complete, it all that I obtained is that it remains the static rod and the word “Loading”, but never the bar with the percentage moves. After seconds the page is loaded.<br />
My conclusions are that the problem this in the Host (because I tried perfectly in other servers).<br />
 I found a article that said that the server compresses by means of PHP some archives (SWF for example) to create an exit buffer and to make but the loading fast (something thus I understood, because not much of programming). Then maybe one   solution to disable that method of uncompres    (GZIP).<br />
 My supplier of hostes  does not say to me that it cannot do nothing and tries to disable it by means of client (forming the file htacces that is in my site, but I work either. At the end of accounts I occurred by won, I hope to have time but ahead to continue trying. Sorry for my bad english and please to meet you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-28063</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-28063</guid>
		<description>@David Kennedy,

Sorry, but your site never loaded.  Is it really big?</description>
		<content:encoded><![CDATA[<p>@David Kennedy,</p>
<p>Sorry, but your site never loaded.  Is it really big?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Kennedy</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27729</link>
		<dc:creator>David Kennedy</dc:creator>
		<pubDate>Fri, 02 Oct 2009 03:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27729</guid>
		<description>Just a small follow up. 

As we seem to still have some issues....and consistency is all over the place. I have a small fix for preloading....except my new method does not use a loading percentage / bar.

Put simply, I load a small SWF that loads my site. My site is only displayed once the COMPLETE status is reached. It will not proceed to my site until this variable is met.

To see my workaround, visit:

http://users.tpg.com.au/gfx/index.html

Cheers and goodluck
David</description>
		<content:encoded><![CDATA[<p>Just a small follow up. </p>
<p>As we seem to still have some issues&#8230;.and consistency is all over the place. I have a small fix for preloading&#8230;.except my new method does not use a loading percentage / bar.</p>
<p>Put simply, I load a small SWF that loads my site. My site is only displayed once the COMPLETE status is reached. It will not proceed to my site until this variable is met.</p>
<p>To see my workaround, visit:</p>
<p><a href="http://users.tpg.com.au/gfx/index.html" rel="nofollow">http://users.tpg.com.au/gfx/index.html</a></p>
<p>Cheers and goodluck<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27658</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27658</guid>
		<description>uni,

what kind of stuff do you mean?</description>
		<content:encoded><![CDATA[<p>uni,</p>
<p>what kind of stuff do you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uni</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27606</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Mon, 28 Sep 2009 06:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27606</guid>
		<description>i&#039;ve managed to put it on a windows server to test and it works fine there.

www.biddcom.co.za/games/test/index.html</description>
		<content:encoded><![CDATA[<p>i&#8217;ve managed to put it on a windows server to test and it works fine there.</p>
<p><a href="http://www.biddcom.co.za/games/test/index.html" rel="nofollow">http://www.biddcom.co.za/games/test/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uni</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27605</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Mon, 28 Sep 2009 04:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27605</guid>
		<description>Hi   admin, my server  OS is Linux</description>
		<content:encoded><![CDATA[<p>Hi   admin, my server  OS is Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27603</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 28 Sep 2009 03:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27603</guid>
		<description>Hi uni, can you please tell me what OS does your server installed?</description>
		<content:encoded><![CDATA[<p>Hi uni, can you please tell me what OS does your server installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uni</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27595</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Sun, 27 Sep 2009 15:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27595</guid>
		<description>jeroen have you removed  the stuff of your server?</description>
		<content:encoded><![CDATA[<p>jeroen have you removed  the stuff of your server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uni</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27594</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Sun, 27 Sep 2009 15:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27594</guid>
		<description>okay I run the chrome site in IE on their server / perfect -on my server - nada

http://www.blue-genie.co.za/ietest/</description>
		<content:encoded><![CDATA[<p>okay I run the chrome site in IE on their server / perfect -on my server &#8211; nada</p>
<p><a href="http://www.blue-genie.co.za/ietest/" rel="nofollow">http://www.blue-genie.co.za/ietest/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uni</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27589</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Sun, 27 Sep 2009 09:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27589</guid>
		<description>I&#039;ve just done another test  using the &quot;hacks&quot; mentioned on this site, now the files don&#039;t preload properly on firefox or IE.
the file loads before all the items are available, but once you refresh , then the missing items are loaded. Not good. I&#039;ll play around a bit more, then upload on a public URL and share the link.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just done another test  using the &#8220;hacks&#8221; mentioned on this site, now the files don&#8217;t preload properly on firefox or IE.<br />
the file loads before all the items are available, but once you refresh , then the missing items are loaded. Not good. I&#8217;ll play around a bit more, then upload on a public URL and share the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uni</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27587</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Sun, 27 Sep 2009 09:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27587</guid>
		<description>hey all. i recently ran into the same problem but I&#039;m not sure that its necesssarily an IE problem.

on a basic preload class i get the infinity thing. if i do the &quot;hack&quot; to avoid divide by zero, it&#039;s hangs but here&#039;s the funny thing. If i run on localhost through xampp - works fine in IE. I upload it to my live server, which is a linux server - and it doesn&#039;t work.  
Any one able to confirm for me?</description>
		<content:encoded><![CDATA[<p>hey all. i recently ran into the same problem but I&#8217;m not sure that its necesssarily an IE problem.</p>
<p>on a basic preload class i get the infinity thing. if i do the &#8220;hack&#8221; to avoid divide by zero, it&#8217;s hangs but here&#8217;s the funny thing. If i run on localhost through xampp &#8211; works fine in IE. I upload it to my live server, which is a linux server &#8211; and it doesn&#8217;t work.<br />
Any one able to confirm for me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27496</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Thu, 24 Sep 2009 06:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27496</guid>
		<description>hello,

the problem is that my hosting as a newer PHP version?

so can the problem fixed in the flash script or something? what can i do now to let work my website on internet explorrer?</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>the problem is that my hosting as a newer PHP version?</p>
<p>so can the problem fixed in the flash script or something? what can i do now to let work my website on internet explorrer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webdesignmo.com/blog/2009/09/15/preloader-infinity-problem-in-flash-as3/comment-page-1/#comment-27495</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/?p=294#comment-27495</guid>
		<description>Hi Jeroen,

In your test files on your server, I see the preloader showing big numbers like 8024250% and then finally stop with &quot;Loading...&quot; but they work fine in my server.

From comparing server specs, I found out that your hosting is FreeBSD 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 #0 (PHP Version 5.2.8).

My hosting is Linux 2.6.18-92.1.13.el5 #1 (PHP Version 5.2.6).</description>
		<content:encoded><![CDATA[<p>Hi Jeroen,</p>
<p>In your test files on your server, I see the preloader showing big numbers like 8024250% and then finally stop with &#8220;Loading&#8230;&#8221; but they work fine in my server.</p>
<p>From comparing server specs, I found out that your hosting is FreeBSD 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 #0 (PHP Version 5.2.8).</p>
<p>My hosting is Linux 2.6.18-92.1.13.el5 #1 (PHP Version 5.2.6).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

