Flash MX 2004.
document.exitEditMode()
None.
Nothing.
Method; exits from symbol-editing mode and returns focus to the next level up from the editing mode. For example, if you are editing a symbol inside another symbol, this method takes you up a level from the symbol you are editing, into the parent symbol.
The following example exits symbol-editing mode:
fl.getDocumentDOM().exitEditMode();