Flex/Actionscript: Dynamically adding text along an arc - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T23:01:50Z http://stackoverflow.com/feeds/question/611274 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/611274/flex-actionscript-dynamically-adding-text-along-an-arc 0 Flex/Actionscript: Dynamically adding text along an arc bkildow 2009-03-04T16:13:15Z 2009-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#611300 0 Answer by Dave Swersky for Flex/Actionscript: Dynamically adding text along an arc Dave Swersky 2009-03-04T16:18:45Z 2009-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>