Ooooh... Sorry man, wasn't really sure what you were looking for. You're talking about the fact that the library listing itself isn't updated. Mine is always too small to read that anyway (which is why I totally missed it).
Now, I just checked, with your code and added lib.selectNone() and it immediately updates the Lib view here. regards, Muzak ----- Original Message ----- From: "Mike Mountain" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" <[email protected]> Sent: Thursday, November 03, 2005 5:46 PM Subject: RE: [Flashcoders] Batch linkage jsfl command Not quite - if you try the script I posted it doesn't update the library view with the linkage names until you click on them - even though it's done it's mojo. M > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Muzak > Sent: 03 November 2005 16:19 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Batch linkage jsfl command > > You mean as in deselecting the lib symbols? > > var lib = fl.getDocumentDOM().library; > lib.selectNone(); > > Or you could display an alert dialog: > > alert("Linkage ID's set"); > > regards, > Muzak _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

