Description
Property; a Boolean value. If
set to
only if
true
item.linkageIdentifier
Example
The following example sets this property for the specified library item:
fl.getDocumentDOM().library.items[0].linkageExportForRS = true;
item.linkageExportInFirstFrame
Availability
Flash MX 2004.
Usage
item.linkageExportInFirstFrame
Description
Property; a Boolean value. If
exported on 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
item.linkageExportForRS
Example
The following example specifies that the specified library item is exported in the first frame:
fl.getDocumentDOM().library.items[0].linkageExportInFirstFrame = true;
item.linkageIdentifier
Availability
Flash MX 2004.
Usage
item.linkageIdentifier
Description
Property; a string that specifies the name Flash will use to identify the asset when linking to the
destination SWF file. It must be specified if
item.linkageExportForRS
Example
The following example specifies that the string
when it is linked to the destination SWF file to which it is being exported:
fl.getDocumentDOM().library.items[0].linkageIdentifier = "my_mc";
the item is exported for runtime sharing. This property can be
true
,
item.linkageImportForRS
and
item.linkageURL
, the item is exported in the first frame; if
true
only when
true
are set to
true
are set to
true
is set to
. Also, the properties
false
must be defined.
item.linkageExportForAS
.
item.linkageExportForAS
.
will be used to identify the library item
my_mc
, the item is
false
and/or
and/or
Item object
205
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?
Questions and answers