User Guide

132 Objects
document.removeDataFromSelection()
Availability
Flash MX 2004.
Usage
document.removeDataFromSelection( name )
Parameters
name A string that specifies the name of the persistent data to remove.
Returns
Nothing.
Description
Method; removes persistent data with the specified name that has been attached to the
selection.
Example
The following example removes from the selection the persistent data named "myData":
fl.getDocumentDOM().removeDataFromSelection("myData");
See also
document.addDataToSelection()
document.removeAllFilters()
Availability
Flash 8.
Usage
document.removeAllFilters()
Parameters
None.
Returns
Nothing.
Description
Method; removes all filters from the selected object(s).