Determine DisplayObject Direction in 3D

Hi guys,

I have been playing around with this for days now and cannot figure it out. How can I work out which way a display object is facing (either towards or away from the screen) when it has been rotated in 3D space? I have tried numerous matrix and vector related calculations (including the usual dot product trick) but haven’t been able to nail this down yet.

Any ideas?