var items = fl.getDocumentDOM().library.getSelectedItems();
for (var i=0; i<items.length; i++) {
     items[i].linkageExportForAS = true;
     items[i].linkageIdentifier = items[i].name;
}

jsfl help file: http://www.uni-weimar.de/~kleppe/flash/FlashJavaScriptHelp.jsfl

Helen

Christophe Herreman wrote:

Hi all,

does anyone know if there's a jsfl command to assign a linkage id to a selection of items in the library? The linkage id should be the same as the name of the item.

thx in advance,
Christophe


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to