Is there a certain JSFL class that can be used to access the Clipboard's data?
I've called this method which copies the newer Motion Object tweens selected on the timeline:
timeline.copyMotionAsAS3();
But I haven't found anything yet that can return the string copied to the clipboard from this function. If I could just get the string from that method, it'd save me a trip to read it from the clipboard.
Still it would be good to know of a way to access it!
NOTE: I'm NOT looking for Clipboard access in AS3 at runtime - I'm specifically looking at how this can be done for Flash Extension JSFL scripts (authoring time).