Question
Export TextFlow and after import TextFlow inlineGraphics not visible
I load a previous export TextFlow as follow :
var xmlOut:XML = TextConverter.export(evt.textFlow,TextConverter.TEXT_LAYOUT_FORMAT,ConversionType.XML_TYPE) as XML
But in my xmlOut my inlineGraphicElement as source="[object Bitmap]" it's not a uri.
When i load this Texflow my pitures not visibles (not loading in bacground).
Help me please, I'm not understand.
