Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 708 Bytes

File metadata and controls

22 lines (13 loc) · 708 Bytes

item.linkageExportInFirstFrame

Availability

Flash MX 2004.

Usage

item.linkageExportInFirstFrame

Description

Property; a Boolean value. If true, the item is exported in the first frame; if false, the item is exported in the frame of the first instance. If the item does not appear on the Stage, it isn’t exported. This property can be set to true only when item.linkageExportForAS and/or item.linkageExportForRS are set to true.

Example

The following example specifies that the specified library item is exported in the first frame:

fl.getDocumentDOM().library.items[0].linkageExportInFirstFrame = true;