How do you get an InlineGraphicElement's x y position after composition?
Anyone have a solution to get a InlineGraphicElement's x y position relative to the container after composition?
I can reference the element's graphic property which returns the displayObject. From there I tried using the getBounds method, but coordinates it returns seems off.
Basically, I have a sprite in the textFlow that is an InlineGraphicElement. I want to place a Flex UIComponent over the sprite after composition.
Thanks.
