Using JSFL, pulling items out of a library using libraryPath

Posted by Chuck on Stack Overflow See other posts from Stack Overflow or by Chuck
Published on 2009-11-11T15:49:29Z Indexed on 2010/04/07 23:03 UTC
Read the original article Hit count: 308

Filed under:
|
|

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');

© Stack Overflow or respective owner

Related posts about jsfl

Related posts about actionscript-3