MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 302

Extending flash
Table of Contents

Advertisement

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. Flash ignores this property if
item.linkageExportForAS
this property must be set when any of those properties are set to
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";
See also
item.linkageURL
item.linkageImportForRS
Availability
Flash MX 2004.
Usage
item.linkageImportForRS
Description
Property; a Boolean value: if
set to
, both
true
item.linkageExportForAS
to
. Also, you must specify an identifier (
false
(
).
item.linkageURL
Example
The following example sets this property to
fl.getDocumentDOM().library.items[0].linkageImportForRS = true;
302
Objects
, and
item.linkageExportForRS
my_mc
, the item is imported for runtime sharing. If this property is
true
and
item.linkageIdentifier
true
item.linkageImportForRS
are set to
.
true
will be used to identify the library item
item.linkageExportForRS
for the specified library item:
,
. Conversely,
false
must be set
) and a URL

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents