Webcam to take picture and save

Hi,

I’m totally new to AS3 and I have an upcoming project on it. It’s a virtual hairstyling project but I have no idea how to get the first part to work.

This is how the first part of the project goes:

First, it will ask the user to take 3 pictures of themselves using the webcam (probably some buttons that says “take picture”). These 3 pictures should be saved temporarily in the flash.

After all pictures are taken, it will ask user to choose one that they like the best and will proceed with the next step. And if they don’t like any of it, they can take the pictures again.

The following code I found from http://blog.728media.com/2009/02/24/actionscript-3-webcam-configure/ guided me through the steps to attached a webcam to flash. But I have no idea how to allow user to capture 3 images and have them to choose one.

I will appreciate any help on this. TIA. :slight_smile: