Distorting images through ActionScript

Hey. I’m wondering if it’s possible to distort an image’s proportions using ActionScript. I’m trying to simulate flipping an image in 3 dimensions… I’m wondering if there’s a way to manipulate how an image is displayed by either skewing it or adjusting the coordinates of each of its 4 corners.

I need to be able to do this through ActionScript.

Any ideas?