<?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: AS3 ImageSaver Class v1.0</title> <atom:link href="http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/feed/" rel="self" type="application/rss+xml" /><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/</link> <description>Just a collection of random works - Mark Knol</description> <lastBuildDate>Thu, 02 Feb 2012 00:51:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: James</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-75455</link> <dc:creator>James</dc:creator> <pubDate>Mon, 03 Oct 2011 12:55:05 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-75455</guid> <description>hi Mark,thanks for sharing, it absolutely works great :)
I was wondering how I can save the images in another folder than the one which contains the php file.thanks,
James.</description> <content:encoded><![CDATA[<p>hi Mark,</p><p>thanks for sharing, it absolutely works great <img src='http://blog.stroep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br /> I was wondering how I can save the images in another folder than the one which contains the php file.</p><p>thanks,<br /> James.</p> ]]></content:encoded> </item> <item><title>By: Tom</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-60866</link> <dc:creator>Tom</dc:creator> <pubDate>Tue, 05 Apr 2011 07:53:54 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-60866</guid> <description>I get the same error as RonL =(</description> <content:encoded><![CDATA[<p>I get the same error as RonL =(</p> ]]></content:encoded> </item> <item><title>By: RonL</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-59479</link> <dc:creator>RonL</dc:creator> <pubDate>Sun, 20 Mar 2011 20:14:57 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-59479</guid> <description>When I test the save.php file I get this error:Warning: fclose(): supplied argument is not a valid stream resource in /home/xxxxx/public_html/ComingSoon/save.php on line 9</description> <content:encoded><![CDATA[<p>When I test the save.php file I get this error:</p><p>Warning: fclose(): supplied argument is not a valid stream resource in /home/xxxxx/public_html/ComingSoon/save.php on line 9</p> ]]></content:encoded> </item> <item><title>By: amitkhanna</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-37074</link> <dc:creator>amitkhanna</dc:creator> <pubDate>Thu, 25 Nov 2010 07:39:27 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-37074</guid> <description>Hi Mark,Its strange my files are not working online but everything&#039;s working great on loacalhost. Is there some settings for php which my server might be missing?Thanks for the class though, it saves a lot of typing :)Amit</description> <content:encoded><![CDATA[<p>Hi Mark,</p><p>Its strange my files are not working online but everything&#8217;s working great on loacalhost. Is there some settings for php which my server might be missing?</p><p>Thanks for the class though, it saves a lot of typing <img src='http://blog.stroep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Amit</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-36717</link> <dc:creator>Mark</dc:creator> <pubDate>Mon, 22 Nov 2010 20:25:01 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-36717</guid> <description>Hi amitkhanna, That is strange.. What is your code to save the image? Did you used the PHP file, and is it running on a server? What happens if you open just the PHP file? Is the movieclip/sprite you are trying to save filled?</description> <content:encoded><![CDATA[<p>Hi amitkhanna, That is strange.. What is your code to save the image? Did you used the PHP file, and is it running on a server? What happens if you open just the PHP file? Is the movieclip/sprite you are trying to save filled?</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-36715</link> <dc:creator>Mark</dc:creator> <pubDate>Mon, 22 Nov 2010 20:24:33 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-36715</guid> <description>Hi amitkhanna, Strange.. What is your code to save the image? Did you used the PHP file, and is it running on a server? What happens if you open just the PHP file? Is the movieclip/sprite you are trying to save filled?</description> <content:encoded><![CDATA[<p>Hi amitkhanna, Strange.. What is your code to save the image? Did you used the PHP file, and is it running on a server? What happens if you open just the PHP file? Is the movieclip/sprite you are trying to save filled?</p> ]]></content:encoded> </item> <item><title>By: amitkhanna</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-36677</link> <dc:creator>amitkhanna</dc:creator> <pubDate>Mon, 22 Nov 2010 16:08:32 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-36677</guid> <description>Hi there,I was trying to use your class today but no luck. It just saves me a 0kb jpg or png.
I was earlier trying the regular method (byteArray + JPGEncoder) but even that wasn&#039;t working.At least your class is saving a file on my server &amp;  saves a lot of typing :) but still no image.Can you please help me with this.
Appreciate your responseThanks,
Amitp.s. you blog design is really cool :)</description> <content:encoded><![CDATA[<p>Hi there,</p><p>I was trying to use your class today but no luck. It just saves me a 0kb jpg or png.<br /> I was earlier trying the regular method (byteArray + JPGEncoder) but even that wasn&#8217;t working.</p><p>At least your class is saving a file on my server &amp;  saves a lot of typing <img src='http://blog.stroep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> but still no image.</p><p>Can you please help me with this.<br /> Appreciate your response</p><p>Thanks,<br /> Amit</p><p>p.s. you blog design is really cool <img src='http://blog.stroep.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Jozef</title><link>http://blog.stroep.nl/2008/08/as3-imagesaver-class-v10/#comment-17768</link> <dc:creator>Jozef</dc:creator> <pubDate>Fri, 18 Jun 2010 11:02:05 +0000</pubDate> <guid isPermaLink="false">http://blog.stroep.nl/?p=48#comment-17768</guid> <description>Thanks, it´s working. How it make without saving on server, only display in browser? Can I use GD library?</description> <content:encoded><![CDATA[<p>Thanks, it´s working. How it make without saving on server, only display in browser? Can I use GD library?</p> ]]></content:encoded> </item> </channel> </rss>
