3Aug/090
Drawing Dashed Lines in AS3
Today I was tasked with dynamically drawing dashed lines in Flex (Actionscript 3). Boy was I in for a trip... there's no property of lineStyle that allows for dashed lines.
Searching around the 'net, I found a great class that I used with no problems to create my dashed lines. It even has the capability to create polylines! Awesome.
Check out the blog post
Check out the example
Check out the source code


