MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 132

Extending flash
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents