Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 445 Bytes

File metadata and controls

22 lines (12 loc) · 445 Bytes

symbolItem.sourceLibraryName

Availability

Flash MX 2004.

Usage

symbolItem.sourceLibraryName

Description

Property; a string that specifies the name of the item in the source file library. It is used for shared library symbols.

Example

The following example shows the value of the sourceLibraryName property in the Output panel:

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