<?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"
	>
<channel>
	<title>Comments on: Flash Player 9 Unacceptable JPEG&#8217;s from phpThumb</title>
	<atom:link href="http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Thu, 20 Nov 2008 17:45:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Hugo Rune</title>
		<link>http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-37118</link>
		<dc:creator>Hugo Rune</dc:creator>
		<pubDate>Sun, 23 Dec 2007 02:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-37118</guid>
		<description>Yes, you're right - sorry. I went back and looked at the tweaking I'd done on phpThumb and noticed that I'd also set it to generate PNG's as thumbs instead of JPG's. That was the tweak that got it up and running for me, and not the interlacing option..

Regardless, it's working for me anyway. My only gripe now is that it's godawfully slow in generating the initial thumbnails.. Once it's cached then there's no problem. I've had to get my uploading scripts to display the thumbs directly after uploading.. Not a massive problem at all, more of a "crap, another thing I didn't want to have to spend my time messing about with".

Have a good Christmas!</description>
		<content:encoded><![CDATA[<p>Yes, you&#8217;re right - sorry. I went back and looked at the tweaking I&#8217;d done on phpThumb and noticed that I&#8217;d also set it to generate PNG&#8217;s as thumbs instead of JPG&#8217;s. That was the tweak that got it up and running for me, and not the interlacing option..</p>
<p>Regardless, it&#8217;s working for me anyway. My only gripe now is that it&#8217;s godawfully slow in generating the initial thumbnails.. Once it&#8217;s cached then there&#8217;s no problem. I&#8217;ve had to get my uploading scripts to display the thumbs directly after uploading.. Not a massive problem at all, more of a &#8220;crap, another thing I didn&#8217;t want to have to spend my time messing about with&#8221;.</p>
<p>Have a good Christmas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-36104</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Wed, 19 Dec 2007 16:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-36104</guid>
		<description>&lt;p&gt;That is outdated information.  Flash Player 8 added support for progressive JPEG's loaded at runtime.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That is outdated information.  Flash Player 8 added support for progressive JPEG&#8217;s loaded at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Rune</title>
		<link>http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-36069</link>
		<dc:creator>Hugo Rune</dc:creator>
		<pubDate>Wed, 19 Dec 2007 12:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-36069</guid>
		<description>You can get phpThumb working with flash quite easily - this is from the phpThumb FAQ.. ( http://phpthumb.sourceforge.net/demo/docs/phpthumb.faq.txt )

"Q: Why can't Flash work with images output from phpThumb()?
A: Flash doesn't like progressive JPEG. Set:
   $PHPTHUMB_CONFIG['output_interlace'] = false;"

Worked a treate for me, once I cleared out the phpthumb/cache directory on my server..

Good luck!</description>
		<content:encoded><![CDATA[<p>You can get phpThumb working with flash quite easily - this is from the phpThumb FAQ.. ( <a href="http://phpthumb.sourceforge.net/demo/docs/phpthumb.faq.txt" rel="nofollow">http://phpthumb.sourceforge.net/demo/docs/phpthumb.faq.txt</a> )</p>
<p>&#8220;Q: Why can&#8217;t Flash work with images output from phpThumb()?<br />
A: Flash doesn&#8217;t like progressive JPEG. Set:<br />
   $PHPTHUMB_CONFIG[&#8217;output_interlace&#8217;] = false;&#8221;</p>
<p>Worked a treate for me, once I cleared out the phpthumb/cache directory on my server..</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-5410</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Fri, 10 Aug 2007 14:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-5410</guid>
		<description>&lt;p&gt;I'm already using the random number trick for the image loading.  It's the server guys who have it rough in testing, not me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m already using the random number trick for the image loading.  It&#8217;s the server guys who have it rough in testing, not me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joey</title>
		<link>http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-5409</link>
		<dc:creator>joey</dc:creator>
		<pubDate>Fri, 10 Aug 2007 13:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/08/flash-player-9-unacceptable-jpegs-from-phpthumb.html#comment-5409</guid>
		<description>update to that bit of code. Should read:
var request:URLRequest = new URLRequest(”image.jpg?id=”+randomID );</description>
		<content:encoded><![CDATA[<p>update to that bit of code. Should read:<br />
var request:URLRequest = new URLRequest(”image.jpg?id=”+randomID );</p>
]]></content:encoded>
	</item>
</channel>
</rss>
