Extending Flash |
|
|
|
| Objects > SymbolItem object > symbolItem.sourceAutoUpdate | |||
Flash MX 2004.
symbolItem.sourceAutoUpdate
Property; a Boolean value that specifies whether the item is updated when the FLA file is published. The default value is false. Used for shared library symbols.
The following example sets the sourceAutoUpdate property for a library item:
fl.getDocumentDOM().library.items[0].sourceAutoUpdate = true;
|
|
|
|