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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -