Flash MX 2004.
frame.motionTweenSync
Property; a Boolean value that if set to true, synchronizes the animation of the tweened object with the main timeline.
The following example specifies that tweened object should be synchronized with the timeline:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenSync = true;