Here’s a tough one…
I need to use JSFL to place a symbol from one FLA’s library to a differt FLA’s stage (or library)
I don’t think it’s possible, even tho it seems like it should be. Anyone have any idea how to do it?
I’ve tried lots of stuff but nothing works… one would think that this would work (fl.documents[1] is the FLA with the symbol):
fl.getDocumentDOM().library.selectItem(“showMeMC”);
fl.setActiveWindow(fl.documents[0]);
fl.documents[0].library.addItemToDocument({x:-25, y:-25});
but once I’m on document[0], I think the library item becomes UNselected.