Extending Flash |
|
|
|
| Objects > Element object > element.removePersistentData() | |||
Flash MX 2004.
element.removePersistentData(name)
name A string that specifies the name of the data to remove.
Nothing.
Method; removes any persistent data with the specified name that has been attached to the object. Only symbols and bitmaps support persistent data.
See element.getPersistentData().
|
|
|
|