User Guide

226 Chapter 3: Objects
Returns
A Boolean value: true if Flash updated the item successfully; false otherwise.
Description
Method; updates the specified item.
Example
The following example displays a dialog box that shows whether the currently selected item is
updated (
true) or not (false):
alert(fl.getDocumentDOM().library.updateItem());