Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 528 Bytes

File metadata and controls

26 lines (13 loc) · 528 Bytes

element.removePersistentData()

Availability

Flash MX 2004.

Usage

element.removePersistentData(name)

Parameters

name A string that specifies the name of the data to remove.

Returns

A Boolean value: true if data was removed; false otherwise.

Description

Method; removes any persistent data with the specified name that has been attached to the object. Only symbols and bitmaps support persistent data.

Example

See element.getPersistentData().