ActionScript3 : Get WebCam to use in Flash CS3

If you want to use camera or webcam in Flash CS3 or Flash CS4 for actionscript3. You can use actionScript3 to get camera and display in video symbol. I will just show the script, because it will be too easy for some expert Flash Developers 12import flash.display.*; import flash.geom.*; 1  12345var cam:Camera = Camera.getCamera(); var [...]