actionscript 3 - Flex/AS code for webcam -
can 1 point me small piece of flex/as code test webcam , microphone.
thanks
the smallest amount of code can use create web cam video feed this:
var cam:camera = camera.getcamera(); cam.setmode(640,480,30); var video:video = new video(640, 480); video.attachcamera(cam); addchild(video);
glancing on docs give additional properties , arguments can use suit needs.
update here link working version of code http://wonderfl.net/c/ogey
Comments
Post a Comment