MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 300

Extending flash
Table of Contents

Advertisement

Example
The following example specifies that the ActionScript 2.0 class name associated with the first
item in the library is myClass:
fl.getDocumentDOM().library.items[0].linkageClassName = "myClass";
item.linkageExportForAS
Availability
Flash MX 2004.
Usage
item.linkageExportForAS
Description
Property; a Boolean value. If this property is
, the item is exported for ActionScript. You
true
can also set the
and
item.linkageExportForRS
item.linkageExportInFirstFrame
properties to
.
true
If you set this property to true, the
property must be set to
item.linkageImportForRS
. Also, you must specify an identifier (
) and a URL
false
item.linkageIdentifier
(
).
item.linkageURL
Example
The following example sets this property for the specified library item:
fl.getDocumentDOM().library.items[0].linkageExportForAS = true;
item.linkageExportForRS
Availability
Flash MX 2004.
Usage
item.linkageExportForRS
300
Objects

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents