hi,
Can anyone help me out "how to take a snap from a web cam... ( not using any third party tool.. ) i mean i like to take a snap from Flash mx using web cam and display the snap taken on the next scene..
Can this happen?
Thanks,
Raaj
Printable View
hi,
Can anyone help me out "how to take a snap from a web cam... ( not using any third party tool.. ) i mean i like to take a snap from Flash mx using web cam and display the snap taken on the next scene..
Can this happen?
Thanks,
Raaj
when you want to grab video use
my_cam = Camera.get();
my_video.attachVideo(my_cam);
to take a snapshot (with out third party software like flash com)
my_video.attachVideo(null);
I should add that all though this works it's not very useful