MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 433

Extending flash
Table of Contents

Advertisement

symbolItem.sourceAutoUpdate
Availability
Flash MX 2004.
Usage
symbolItem.sourceAutoUpdate
Description
Property; a Boolean value that specifies whether the item is updated when the FLA file is
published. The default value is
. Used for shared library symbols.
false
Example
The following example sets the
property for a library item:
sourceAutoUpdate
fl.getDocumentDOM().library.items[0].sourceAutoUpdate = true;
symbolItem.sourceFilePath
Availability
Flash MX 2004.
Usage
symbolItem.sourceFilePath
Description
Property; a string that specifies the path for the source FLA file as a file:/// URI. The path
must be an absolute path, not a relative path. This property is used for shared library symbols.
Example
The following example shows the value of the
property in the Output
sourceFilePath
panel:
fl.trace(fl.getDocumentDOM().library.items[0].sourceFilePath);
SymbolItem object
433

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents