Creating a 3D Tween

I want to create a tween from 2D to 3D

say I have a rectangle, (150x100 at 0,0,0) I want to create a tween where it goes from 2D into 3D

say (3D center point 0,50,0 3D Rotation 0,-45,0)

simple to create using Timeline, tween, can’t figure the actionscript3 though.
I do not know how to set the 3D center point or 3D Rotation using tween or tweener etc.

This is a simple example but once I have the answer I can use it in a more complex environment.