Question
Read Inlinegraphic source
Hi
I am using this code
var start:int=textFlow.interactionManager.absoluteStart;
var elem:FlowLeafElement=textFlow.findLeaf(start);
trace(elem)
it traces '[object InlineGraphicElement]'
how i can get source of specific graphic i clicked
Thanks
