Flash CS4 Professional.
document.translate3DCenter(xyzCoordinate)
xyzCoordinate An XYZ coordinate that specifies the center point for 3D rotation or translation.
Nothing.
Method: sets the XYZ position around which the selection is translated or rotated. This method is available only for movie clips.
The following example specifies the XYZ axes for 3D translation:
fl.getDocumentDOM().translate3DCenter({x:180, y:18,z:-30});