Flex/Actionscript: Dynamically adding text along an arc - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T23:01:50Zhttp://stackoverflow.com/feeds/question/611274http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/611274/flex-actionscript-dynamically-adding-text-along-an-arc0Flex/Actionscript: Dynamically adding text along an arcbkildow2009-03-04T16:13:15Z2009-03-04T16:18:45Z
<p>I am trying to create an area in my Flex application where a user can type in text and it will appear along a curve or an arc. The curve/arc should be able to be adjusted by the user as well. </p>
<p>Does anyone have any code examples or pointers on how I can achieve this in Flex 3/Actionscript 3?</p>
http://stackoverflow.com/questions/611274/flex-actionscript-dynamically-adding-text-along-an-arc/611300#6113000Answer by Dave Swersky for Flex/Actionscript: Dynamically adding text along an arcDave Swersky2009-03-04T16:18:45Z2009-03-04T16:18:45Z<p><a href="http://algorithmist.wordpress.com/category/flex/" rel="nofollow">Here's</a> a great site all about editable curves and arcs (among many other things)...</p>
<p>And <a href="http://makc.coverthesky.com/FlashFX/ffx.php?id=7" rel="nofollow">here</a> is a site that explains editable curved text.</p>