
Код AS3:
tf = TextConverter.importToFlow('<p align="center">Стоимость декорации: <b>' + coins + '</b> <img id="myImage"></p>', TextConverter.TEXT_FIELD_HTML_FORMAT);
var imgElement:InlineGraphicElement = tf.getElementByID("myImage") as InlineGraphicElement;
imgElement.source = myDisplayObject;
tf.flowComposer.updateAllControllers();