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 :
The bitmap has still no linkage name and no "Export for As" checkedCode:fl.getDocumentDOM().library.items[0].linkageExportForAS = true;
fl.getDocumentDOM().library.items[0].linkageIdentifier = "test";
Someone has experienced the same result ?
