Description
Property; a Boolean value. If this property is
You can also set the
item.linkageExportForAS
properties to
.
true
If you set this property to true, the
. Also, you must specify an identifier (
false
(
).
item.linkageURL
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;
true
item.linkageImportForRS
item.linkageIdentifier
, the item is exported in the first frame; if
true
only when
true
item.linkageExportForAS
are set to
.
true
, the item is exported for runtime sharing.
and
item.linkageExportInFirstFrame
property must be set to
) and a URL
, the item is
false
and/or
Item object
301
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?