Extending Flash |
|
|
|
| Objects > Document object > document.unlockAllElements() | |||
Flash MX 2004.
document.unlockAllElements()
None.
Nothing.
Method; unlocks all locked elements on the currently selected frame.
The following example unlocks all locked objects in the current frame:
fl.getDocumentDOM().unlockAllElements();
|
|
|
|