Nice work Paul!!

Glad to be of help.
Cor

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Steven
Sent: dinsdag 7 april 2009 22:46
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

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: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] 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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.278 / Virus Database: 270.11.45/2045 - Release Date: 04/07/09
06:41:00

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to