Extending Flash |
|
|
|
| Objects > Item object > item.linkageExportForRS | |||
Flash MX 2004.
item.linkageExportForRS
Property; a Boolean value. If this property is true, the item is exported for run-time sharing. You can also set the item.linkageExportForAS and item.linkageExportInFirstFrame properties to true.
If you set this property to true, the item.linkageImportForRS property must be set to false. Also, you must specify an identifier (item.linkageIdentifier) and a URL (item.linkageURL).
The following example sets this property for the specified library item:
fl.getDocumentDOM().library.items[0].linkageExportForRS = true;
|
|
|
|