I am working through an example for creating Arc and Wedge shapes in Flex that use the Path component to draw the stroke and fill.
http://hansmuller-flex.blogspot.com/2011/10/more-about-approximating-circular-arcs.html#comment-form
I was looking to add a click event to the Arc/Wedge, but a Path cannot have a Click event (or really any other events as its a primitive variable I think).
Is there a workaround do you think?