Hi Hugo, I believe that the modifyInlineGraphic method needs the selectionSate to operate properly, you should try something like this :
/var state:SelectionState = new SelectionState(textFlow, inlineGraphicElement.getAbsoluteStart(), inlineGraphicElement.getAbsoluteStart() + 1); editManager.modifyInlineGraphic(inlineGraphicElement.source, inlineGraphicElement.width, inlineGraphicElement.height, null, state); editManager.setFocus();/ Cheers. Vincent. -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/