Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 483 Bytes

File metadata and controls

21 lines (12 loc) · 483 Bytes

item.name

Availability

Flash MX 2004.

Usage

item.name

Description

Method; a string that specifies the name of the library item, which includes the folder structure. For example, if Symbol_1 is inside a folder called Folder_1, the name property of Symbol_1 is "Folder_1/Symbol_1".

Example

The following example shows the name of the specified library item in the Output panel:

fl.trace(fl.getDocumentDOM().library.items[0].name);