User Guide
Document object 115
Description
Method; returns an array that contains the list of filters applied to the currently selected
object(s). If multiple objects are selected and they don’t have identical filters, this method
returns the list of filters applied to the first selected object.
Example
See document.setFilters().
See also
document.addFilter(), document.changeFilterOrder(), document.setFilters(),
Filter object
document.getMetadata()
Availability
Flash 8.
Usage
document.getMetadata()
Parameters
None.
Returns
A string containing the XML metadata associated with the document, or an empty string if
there is no metadata.
Description
Method; returns a string containing the XML metadata associated with the document, or an
empty string if there is no metadata.
Example
The following example displays XML metadata from the current document in the Output
panel:
fl.trace("XML Metadata is :" + fl.getDocumentDOM().getMetadata());
See also
document.setMetadata()