Flash CS4 Professional.
document.setStageViewAngle(angle)
angle A floating point value between 0.0 and 179.0.
Nothing.
Specifies the perspective angle for viewing 3D objects.
The following example sets the Stage perspective angle to 70 degrees:
fl.getDocumentDOM().setStageViewAngle(70);