document.removeDataFromSelection()
Availability
Flash MX 2004.
Usage
document.removeDataFromSelection( name )
Parameters
A string that specifies the name of the persistent data to remove.
name
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).
132
Objects
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?