Answered
Add an image in Text in TextArea at cursor location via Actionscript and control its baseline
If I want to add image at cursor location in TextArea, I need to use EditManager's insertInlineGraphic. But , insertInlineGraphic doesn't offer any parameters for controlling how an image is placed in the text, such as baselineShift.
Whereas InlineGraphicElement allows me fine control over how added image is placed within text via properties such as baselineShift but then there is no way to add this newly created InlineGraphicElement object as cursor location in TextArea!
So, how do you overcome this limitation? How do I add an image in Text in TextArea at cursor location via Actionscript and control its baseline?
Message was edited by: DilipShah
