Item.linkageclassname; Item.linkageexportforas; Item.linkageexportforrs - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

item.linkageClassName

Availability
Flash MX 2004.
Usage
item.linkageClassName
Description
Property; a string that specifies the ActionScript 2.0 class that will be associated with the symbol.
For this property to be defined, the

item.linkageExportForRS

property must be set to
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
item.linkageExportForRS
item.linkageImportForRS
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
204
Chapter 3: Objects
item.linkageExportForAS
properties must be set to
.
false
, the item is exported for ActionScript. You can also set the
true
and
item.linkageExportInFirstFrame
property must be set to
and/or
, and the
true
item.linkageImportForRS
properties to
if this property is set to
false
. The
true
.
true

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents