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