Extending Flash |
|
|
|
| Objects > Item object > item.removeData() | |||
Flash MX 2004.
item.removeData(name)
name Specifies the name of the data to remove from the library item.
Nothing.
Property; removes persistent data from the library item.
The following example removes the data named myData from the first item in the library:
fl.getDocumentDOM().library.items[0].removeData("myData");
|
|
|
|