Hey Cor
Just managed to work put how to use jsfl - brilliant!! Took me 5 seconds to
amend all the audio library files for this game rather than the 2 or 3 hours
I spent earlier on the other game.
Here is my jsfl
var items=fl.getDocumentDOM().library.getSelectedItems();
var i=0;
for(i;i<items.length;i++)
{
var item=items[i];
var t=item.itemType;
if(t!="movie
clip"&&t!="font"&&t!="sound"&&t!="bitmap")continue;
item.linkageExportForAS=true;
item.linkageExportInFirstFrame=false;
}
Cheers
Paul
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Cor
Sent: 07 April 2009 14:30
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items
Oops, sorry, I notice I have send some very old bookmarks.
Google it and I am sure you find what you need.
Again: Sorry!
Cor
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders