Hey all,
Got round to the point where screen grabbing an image and saving it to file is too much, so what i want to do now, is take a snapshot of a live webcam image (I have webcam display working) and display the snapshot/screen grab, next to it or anywhere in the movie. This way the screen capture can be stored temporarily in the movie. once the movie is closed, all info is lost. Once another screen grab is taken, then the previous one is overwritten. The idea is simple but having problems working out how to do it in AS3!
I have got to the idea that i may need to use the Bitmap API to copy a section of the movie, and then redraw it into a new bitmap object? Please can anyone give me a hand! much appreciated!