Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 373 Bytes

File metadata and controls

22 lines (12 loc) · 373 Bytes

element.layer

Availability

Flash 8.

Usage

element.layer

Description

Read-only property; represents the Layer object on which the element is located.

Example

The following example stores the Layer object that contains the element in the theLayer variable:

var theLayer = element.layer;