Hello,

It seems I found a bug with JSFL in Flash 8.

Create a document. Import a bitmap in the library.

Execute this JSFL script :

Code:
fl.getDocumentDOM().library.items[0].linkageExportForAS = true;
fl.getDocumentDOM().library.items[0].linkageIdentifier = "test";
The bitmap has still no linkage name and no "Export for As" checked

Someone has experienced the same result ?