Extending Flash |
|
|
|
| Objects > Element object > element.hasPersistentData() | |||
Flash MX 2004.
element.hasPersistentData(name)
name A string that specifies the name of the data item to test.
A Boolean value: true if the specified data is attached to the object; false otherwise.
Method; determines whether the specified data has been attached to the specified element. Only symbols and bitmaps support persistent data.
See element.getPersistentData().
|
|
|
|