Oh it does work, it just doesn't refresh the library view.....
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 03 November 2005 15:04 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Batch linkage jsfl command > > 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.... > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

