MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 303

Extending flash
Table of Contents

Advertisement

item.linkageURL
Availability
Flash MX 2004.
Usage
item.linkageURL
Description
Property; a string that specifies the URL where the SWF file containing the shared asset is
located. Flash ignores this property if
,
item.linkageImportForRS
, and
are set to
. Conversely,
item.linkageExportForAS
item.linkageExportForRS
false
this property must be set when any of those properties are set to
. You can specify a web
true
URL or a filename in platform-dependent format (that is, forward slashes [/] or backward
slashes [\], depending on the platform).
Example
The following example specifies a linkage URL for the specified library item:
fl.getDocumentDOM().library.items[0].linkageURL = "theShareSWF.swf";
See also
item.linkageIdentifier
item.name
Availability
Flash MX 2004.
Usage
item.name
Description
Method; a string that specifies the name of the library item, which includes the folder
structure. For example, if Symbol_1 is inside a folder called Folder_1, the
property of
name
Symbol_1 is
.
"Folder_1/Symbol_1"
Example
The following example shows the name of the specified library item in the Output panel:
fl.trace(fl.getDocumentDOM().library.items[0].name);
Item object
303

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