Flash CS3 Documentation |
|||
| 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");
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004256.html