<?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: ActionScript curves update</title>
	<atom:link href="http://www.cartogrammar.com/blog/actionscript-curves-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cartogrammar.com/blog/actionscript-curves-update/</link>
	<description>Adventures in maps, cartography, visualization, and Flash</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:42:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bezier Curves in AS3 &#124; Ryan Tan</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-10623</link>
		<dc:creator>Bezier Curves in AS3 &#124; Ryan Tan</dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-10623</guid>
		<description>[...] http://www.cartogrammar.com/blog/actionscript-curves-update/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.cartogrammar.com/blog/actionscript-curves-update/" rel="nofollow">http://www.cartogrammar.com/blog/actionscript-curves-update/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Woodruff</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-6347</link>
		<dc:creator>Andy Woodruff</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6347</guid>
		<description>Thanks for sharing that, Tom; I will definitely check it out. (Sorry your comment didn&#039;t show up right away. It was caught by the spam filter for some reason.)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing that, Tom; I will definitely check it out. (Sorry your comment didn&#8217;t show up right away. It was caught by the spam filter for some reason.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-6295</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 13 Jul 2009 00:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6295</guid>
		<description>Hey, we built a small fast bezier library for AS3, we&#039;ve open sourced it so feel free to give it a try:

http://farmcode.org/post/2009/07/06/Fast-2D-Bezier-Library-for-ActionScript-3.aspx</description>
		<content:encoded><![CDATA[<p>Hey, we built a small fast bezier library for AS3, we&#8217;ve open sourced it so feel free to give it a try:</p>
<p><a href="http://farmcode.org/post/2009/07/06/Fast-2D-Bezier-Library-for-ActionScript-3.aspx" rel="nofollow">http://farmcode.org/post/2009/07/06/Fast-2D-Bezier-Library-for-ActionScript-3.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Woodruff</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-6291</link>
		<dc:creator>Andy Woodruff</dc:creator>
		<pubDate>Sun, 12 Jul 2009 16:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6291</guid>
		<description>I don&#039;t know of similar single Flex solutions, although I haven&#039;t really looked.  When originally writing this, I hadn&#039;t even considered Flex and that that Flash CS3/4 would contain packages not available in Flex.  So this was interesting to learn.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of similar single Flex solutions, although I haven&#8217;t really looked.  When originally writing this, I hadn&#8217;t even considered Flex and that that Flash CS3/4 would contain packages not available in Flex.  So this was interesting to learn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poetus</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-6264</link>
		<dc:creator>Poetus</dc:creator>
		<pubDate>Sat, 11 Jul 2009 18:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-6264</guid>
		<description>Heya, do you happen to know if there is a similar solution for Flex, aside from the Degrafa library. Since I only need this one for my grand project pathfinding rendering engine :) I love it and it works smooth enough, but since I&#039;m building it based on an AS3 project in Flashdevelop, it is basically Flex and can&#039;t use natively FL - library stuff. I&#039;ve circumvented it by using a swc with the necessary controls and this lovely cubicbezier class, but it&#039;s a bit messy and I&#039;d rather have it all in Flex :)

Once again thank you for this, cheers

-N</description>
		<content:encoded><![CDATA[<p>Heya, do you happen to know if there is a similar solution for Flex, aside from the Degrafa library. Since I only need this one for my grand project pathfinding rendering engine <img src='http://www.cartogrammar.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I love it and it works smooth enough, but since I&#8217;m building it based on an AS3 project in Flashdevelop, it is basically Flex and can&#8217;t use natively FL &#8211; library stuff. I&#8217;ve circumvented it by using a swc with the necessary controls and this lovely cubicbezier class, but it&#8217;s a bit messy and I&#8217;d rather have it all in Flex <img src='http://www.cartogrammar.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once again thank you for this, cheers</p>
<p>-N</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sydd</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-5873</link>
		<dc:creator>sydd</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-5873</guid>
		<description>fl.* package is not part of flex. 
Its a package shipped with flash CS3 (i guess with CS4 too)
The default location is:
C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\ActionScript 3.0\Classes\fl\</description>
		<content:encoded><![CDATA[<p>fl.* package is not part of flex.<br />
Its a package shipped with flash CS3 (i guess with CS4 too)<br />
The default location is:<br />
C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\ActionScript 3.0\Classes\fl\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-4906</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Tue, 26 May 2009 08:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-4906</guid>
		<description>to import it in flex??
i have ho idea why fl.* pack is not loaded</description>
		<content:encoded><![CDATA[<p>to import it in flex??<br />
i have ho idea why fl.* pack is not loaded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelso&#8217;s Corner &#187; Blog Archive &#187; ActionScript Bezier Curves (Cartogrammar)</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-2801</link>
		<dc:creator>Kelso&#8217;s Corner &#187; Blog Archive &#187; ActionScript Bezier Curves (Cartogrammar)</dc:creator>
		<pubDate>Fri, 20 Mar 2009 11:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-2801</guid>
		<description>[...] Republished from Cartogrammer. View comments there for updates. January 5, 2009. Andy Woodruff. [...]</description>
		<content:encoded><![CDATA[<p>[...] Republished from Cartogrammer. View comments there for updates. January 5, 2009. Andy Woodruff. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Woodruff</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-2662</link>
		<dc:creator>Andy Woodruff</dc:creator>
		<pubDate>Tue, 10 Mar 2009 13:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-2662</guid>
		<description>You should be able to close the curve simply by making the first and last points the same.</description>
		<content:encoded><![CDATA[<p>You should be able to close the curve simply by making the first and last points the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henky</title>
		<link>http://www.cartogrammar.com/blog/actionscript-curves-update/comment-page-1/#comment-2659</link>
		<dc:creator>Henky</dc:creator>
		<pubDate>Tue, 10 Mar 2009 10:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cartogrammar.com/blog/?p=22#comment-2659</guid>
		<description>Hi Andy, 
Thanks so much for your report.
But is there any way to close the curve?
Can you help me?

Thx ~</description>
		<content:encoded><![CDATA[<p>Hi Andy,<br />
Thanks so much for your report.<br />
But is there any way to close the curve?<br />
Can you help me?</p>
<p>Thx ~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
