Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 341 Bytes

File metadata and controls

21 lines (12 loc) · 341 Bytes

layer.name

Availability

Flash MX 2004.

Usage

layer.name

Description

Property; a string that specifies the name of the layer.

Example

The following example sets the name of the first layer in the current document to foreground:

fl.getDocumentDOM().getTimeline().layers[0].name = "foreground";