Using JSFL, pulling items out of a library using libraryPath
- by Chuck
I'm making a SWF panel to automate some file setup. I'm using the libraryPath JSFL command to point to some external libraries. How do I put an item from one of those external libraries onto the stage using JSFL?
I've tried:
fl.getDocumentDOM().library.addItemToDocument({x:0, y:0}, 'myItem');