I want to create a flow item object with flexscript in my model, so a operator can pick it up from a set location. I found this code snippet, but it can't find the flow item class I guess...
Object item = createinstance(library().find("Box"),model());
I guess I need something else for "library()" ?