<?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: How to Draw in Flex</title>
	<atom:link href="http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/</link>
	<description>Welcome to my home on the web</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ary</title>
		<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-90</link>
		<dc:creator>Ary</dc:creator>
		<pubDate>Sat, 26 Feb 2011 11:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonyfendall.com/?p=20#comment-90</guid>
		<description>Hi Tony :)

did stumble on ur old blog, about the postAcard project?great job on this one.
and u mention about sharing the code, is it possible for u to share it with us? just empty the flicker api, so we wont get ur api code :)

thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Tony <img src='http://blog.tonyfendall.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>did stumble on ur old blog, about the postAcard project?great job on this one.<br />
and u mention about sharing the code, is it possible for u to share it with us? just empty the flicker api, so we wont get ur api code <img src='http://blog.tonyfendall.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anji</title>
		<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-89</link>
		<dc:creator>Anji</dc:creator>
		<pubDate>Mon, 14 Feb 2011 09:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonyfendall.com/?p=20#comment-89</guid>
		<description>Hello Tony,

I have checked out your PostACard application, it looks really great. I would like to know how did you customize the flex preloader?</description>
		<content:encoded><![CDATA[<p>Hello Tony,</p>
<p>I have checked out your PostACard application, it looks really great. I would like to know how did you customize the flex preloader?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnon</title>
		<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-77</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonyfendall.com/?p=20#comment-77</guid>
		<description>I meant to say:

I use it to draw lines on mx:Image...</description>
		<content:encoded><![CDATA[<p>I meant to say:</p>
<p>I use it to draw lines on mx:Image&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnon</title>
		<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-76</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonyfendall.com/?p=20#comment-76</guid>
		<description>Hey Tony,

I saw the component on your old blog.
I use it to draw lines on , like this:

    myImage.addChild(new DrawableCanvas());

I didn&#039;t believe my eyes when I saved my image with some lines to server.

Great component.
Thanks,
Arnon</description>
		<content:encoded><![CDATA[<p>Hey Tony,</p>
<p>I saw the component on your old blog.<br />
I use it to draw lines on , like this:</p>
<p>    myImage.addChild(new DrawableCanvas());</p>
<p>I didn&#8217;t believe my eyes when I saved my image with some lines to server.</p>
<p>Great component.<br />
Thanks,<br />
Arnon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Fendall</title>
		<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-50</link>
		<dc:creator>Tony Fendall</dc:creator>
		<pubDate>Thu, 20 May 2010 09:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonyfendall.com/?p=20#comment-50</guid>
		<description>Hi Gaston - Sorry for not getting back to you sooner.

In the past I have always used &lt;strong&gt;&lt;a href=&quot;http://www.mehtanirav.com/2007/09/10/taking-a-snapshot-of-flex-app-from-flex&quot; rel=&quot;nofollow&quot;&gt;this technique&lt;/a&gt;&lt;/strong&gt; to save images from my flex applications.  This works fine, but it does require you to be able to run PHP on your server.

I found &lt;a href=&quot;http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/&quot; rel=&quot;nofollow&quot;&gt;another technique&lt;/a&gt; which works entirely within javascript (ie. without a server), but it doesn&#039;t work in all browsers.

Hope that helps :)</description>
		<content:encoded><![CDATA[<p>Hi Gaston &#8211; Sorry for not getting back to you sooner.</p>
<p>In the past I have always used <strong><a href="http://www.mehtanirav.com/2007/09/10/taking-a-snapshot-of-flex-app-from-flex" rel="nofollow">this technique</a></strong> to save images from my flex applications.  This works fine, but it does require you to be able to run PHP on your server.</p>
<p>I found <a href="http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/" rel="nofollow">another technique</a> which works entirely within javascript (ie. without a server), but it doesn&#8217;t work in all browsers.</p>
<p>Hope that helps <img src='http://blog.tonyfendall.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gastón</title>
		<link>http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-39</link>
		<dc:creator>Gastón</dc:creator>
		<pubDate>Thu, 13 May 2010 20:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonyfendall.com/?p=20#comment-39</guid>
		<description>Hey there,
this component is great and i actually saw it on your OLD flex blog. Over there i asked a question and i guess it wasn&#039;t answered since you had moved to this one. My question would be, how can I save what I&#039;ve drawn on the component?
I&#039;m quite new at flex and haven&#039;t been able to find anything about saving a canvas as an image.
I would really appreciate if you could clear this up for me. Thnx.

Gaston</description>
		<content:encoded><![CDATA[<p>Hey there,<br />
this component is great and i actually saw it on your OLD flex blog. Over there i asked a question and i guess it wasn&#8217;t answered since you had moved to this one. My question would be, how can I save what I&#8217;ve drawn on the component?<br />
I&#8217;m quite new at flex and haven&#8217;t been able to find anything about saving a canvas as an image.<br />
I would really appreciate if you could clear this up for me. Thnx.</p>
<p>Gaston</p>
]]></content:encoded>
	</item>
</channel>
</rss>
