adding DisplayObject using xmlText property
So, is it possible to add DisplayObject using xmlText property? Something like that:
this._textLayout.xmlText = "<flow:TextFlow><flow:p><flow:img width="auto" height="auto" source="new Bitmap(new BitmapData(100, 100))" /></flow:p></flow:TextFlow>";
Or I should parse string and replace <flow:img/> by ParagraphElement.addChildAt(0, InlineGraphicElement) ?
Sorry for bad english.
