<?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: Dynamically Create an Image in Flash and Save it to the Desktop or Server</title>
	<atom:link href="http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/</link>
	<description>The choreography of color and code</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:37:56 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: syaam</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-304</link>
		<dc:creator>syaam</dc:creator>
		<pubDate>Thu, 27 May 2010 11:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-304</guid>
		<description>Hi,
I want to take snapshot of movie clip..There may be some objects will be placed on top of movie clip..Still that snapshot should capture anything on that movie clip..

Actually write a code to save a movie clip as image which saves contents(only childs of movie clip) of movie clip.. But i want it to save as anything has seen on movie clip must be saved as image..

Do u have any pointers regarding that?


Thanks in advance,
syaam</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to take snapshot of movie clip..There may be some objects will be placed on top of movie clip..Still that snapshot should capture anything on that movie clip..</p>
<p>Actually write a code to save a movie clip as image which saves contents(only childs of movie clip) of movie clip.. But i want it to save as anything has seen on movie clip must be saved as image..</p>
<p>Do u have any pointers regarding that?</p>
<p>Thanks in advance,<br />
syaam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-279</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Sat, 27 Mar 2010 18:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-279</guid>
		<description>Hi Stephen, Thank you for your help. Where exactly do I pass in a new width and height? Have a great Day! Lisa</description>
		<content:encoded><![CDATA[<p>Hi Stephen, Thank you for your help. Where exactly do I pass in a new width and height? Have a great Day! Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-277</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-277</guid>
		<description>@jordan. I&#039;m just attaching a few hundred circles to the screen inside of a for loop and placing them on the stage at random x &amp; y positions. Look at the draw function inside Canvas.as. As for recording the screen you could try making a copy of the graphics object you are drawing into and then pushing that copy into an array on some timer event or enterframe handler. Then iterate over that array to redraw your animation on playback. This can get expensive in terms of memory fast but it is just one approach off the top of my head.</description>
		<content:encoded><![CDATA[<p>@jordan. I&#8217;m just attaching a few hundred circles to the screen inside of a for loop and placing them on the stage at random x &#038; y positions. Look at the draw function inside Canvas.as. As for recording the screen you could try making a copy of the graphics object you are drawing into and then pushing that copy into an array on some timer event or enterframe handler. Then iterate over that array to redraw your animation on playback. This can get expensive in terms of memory fast but it is just one approach off the top of my head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-276</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 25 Mar 2010 20:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-276</guid>
		<description>This is really cool - I am trying to develop a drawing app that can save images.

How did you get those circles to redraw in real time? It that just a particle effect?

I am trying to make it so that the user can replay the drawing as well. So if they draw a smiley face, they can see it redrawn after they have finished.

any thoughts?</description>
		<content:encoded><![CDATA[<p>This is really cool &#8211; I am trying to develop a drawing app that can save images.</p>
<p>How did you get those circles to redraw in real time? It that just a particle effect?</p>
<p>I am trying to make it so that the user can replay the drawing as well. So if they draw a smiley face, they can see it redrawn after they have finished.</p>
<p>any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-275</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-275</guid>
		<description>There are a near infinite number of reasons why your attempt to save to server may be failing.

Some things to consider:

1. Ensure you have write permissions on the target server directory (chmod 777)
2. Ensure the path to the php script (upload.php) on your server is correct. 
3. Ensure you&#039;re not trying to save the image before Flash has created it from your target MovieClip.
4. Use an HTTP sniffer like Charles, Firebug or the activity monitor in Safari to check what is being sent to your server.</description>
		<content:encoded><![CDATA[<p>There are a near infinite number of reasons why your attempt to save to server may be failing.</p>
<p>Some things to consider:</p>
<p>1. Ensure you have write permissions on the target server directory (chmod 777)<br />
2. Ensure the path to the php script (upload.php) on your server is correct.<br />
3. Ensure you&#8217;re not trying to save the image before Flash has created it from your target MovieClip.<br />
4. Use an HTTP sniffer like Charles, Firebug or the activity monitor in Safari to check what is being sent to your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-274</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 24 Mar 2010 18:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-274</guid>
		<description>Yes, write permissions are good. I sent you an email at your @quietless.com. Do you think you may have time to respond there? I appreciate your response...Thank you, Lisa</description>
		<content:encoded><![CDATA[<p>Yes, write permissions are good. I sent you an email at your @quietless.com. Do you think you may have time to respond there? I appreciate your response&#8230;Thank you, Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-273</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Wed, 24 Mar 2010 18:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-273</guid>
		<description>Ensure you have write permissions on the server directory you are attempting to save to otherwise this will fail.</description>
		<content:encoded><![CDATA[<p>Ensure you have write permissions on the server directory you are attempting to save to otherwise this will fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-269</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Tue, 23 Mar 2010 18:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-269</guid>
		<description>Excellent tutorial. Great information.  For the save on server...I get the &quot;FILE UPLOAD FAILED&quot; error. I could use your assistance in helping me to understand what I need to think and do to render a working version…Look forward to your response. Have an amazing day and Thank you! Lisa</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. Great information.  For the save on server&#8230;I get the &#8220;FILE UPLOAD FAILED&#8221; error. I could use your assistance in helping me to understand what I need to think and do to render a working version…Look forward to your response. Have an amazing day and Thank you! Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-259</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-259</guid>
		<description>Where did you get BitmapSnapshot class can&#039;t see how to import it?</description>
		<content:encoded><![CDATA[<p>Where did you get BitmapSnapshot class can&#8217;t see how to import it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.F. Herrera</title>
		<link>http://www.quietless.com/kitchen/dynamically-create-an-image-in-flash-and-save-it-to-the-desktop-or-server/comment-page-1/#comment-158</link>
		<dc:creator>J.F. Herrera</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/?p=321#comment-158</guid>
		<description>Excellent tutorial. This is by far the best tutorial on saving to a sever, I&#039;ve found. Keep up the great work.</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. This is by far the best tutorial on saving to a sever, I&#8217;ve found. Keep up the great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
