Flash CS3 Professional.
timeline.pasteMotion()
None.
Nothing.
Method; pastes the range of motion frames retrieved by timeline.copyMotion() to the Timeline. If necessary, existing frames are displaced (moved to the right) to make room for the frames being pasted.
The following example pastes the motion on the clipboard to the currently selected frame or playhead location, displacing that frame to the right of the pasted frames:
fl.getDocumentDOM().getTimeline().pasteMotion();