Here is little experiment to try some video handling with as3.

The principle is to compose the current image with let's say 50 previous recorded images from the camera, each image is used to render a horizontal part of the final image.

There are comments in the code if i'm not clear enough :)

the source code is available here