How to save movie from webcam?

I have just created a simple flash application which captures movie from a webcam using the following code

my_cam = Camera.get();
my_video.attachVideo(my_cam);
How do i save the captured video to disk using flash action script?Can anyone help?