Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 812 Bytes

File metadata and controls

45 lines (26 loc) · 812 Bytes

Library.getItemProperty()

Availability

Flash MX 2004.

Usage

Library.getItemProperty(property)

Parameters

property

Type

string

Description

For a list of values that you can use as a property parameter, see the Property summary table for the Item object, along with property summaries for its subclasses.

Returns

A string value for the property.

Type

string

Description

Method; Gets the property for the selected item.

Example

The following example shows a dialog box that contains the Linkage Identifier value for the symbol when referencing it using ActionScript or for run-time sharing:

alert(fl.getDocumentDOM().library.getItemProperty("linkageIdentifier"));