var lib = fl.getDocumentDOM().library;
if (lib.getItemProperty('linkageImportForRS') == true) {
lib.setItemProperty('linkageImportForRS', false);
}
lib.setItemProperty('linkageExportForAS', true);
lib.setItemProperty('linkageExportForRS', false);
lib.setItemProperty('linkageExportInFirstFrame', true);
lib.setItemProperty('linkageClassName', '');The history panel is a beautiful thing indeed.... > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Christophe Herreman > Sent: 03 November 2005 14:49 > To: Flashcoders mailing list > Subject: [Flashcoders] Batch linkage jsfl command > > 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 > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

