Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 462 Bytes

File metadata and controls

29 lines (16 loc) · 462 Bytes

item.removeData()

Availability

Flash MX 2004.

Usage

item.removeData(name)

Parameters

name Specifies the name of the data to remove from the library item.

Returns

Nothing.

Description

Property; removes persistent data from the library item.

Example

The following example removes the data named myData from the first item in the library:

fl.getDocumentDOM().library.items[0].removeData("myData");