How to include your webcam in a flash document
Hey, this is my first artical and its on creating flash documents which display your webcam, including pictures :D
1. Create a new flash document (easy enough)
2. Press Ctrl+L to open the library
3. Create a new video from the library menu
http://h1.ripway.com/randompics/newvid.png
4. Make sure "Video (Actionscript-Controlled)" is ticked and leave it named as "Video 1"
http://h1.ripway.com/randompics/vidas.JPG
5. Click on the first frame on your timeline and drag the new "Video 1" icon from the library onto your stage
6. Select the video symbol on the stage and press Ctrl+F3 and enter a unique instance name, for now jsut name it vid_out
http://h1.ripway.com/randompics/instance.JPG
7. Again click the first frame and press F9 and insert this code "vid_out.attachVideo(Camera.get());" that captures the active webcam
and displays in the window
http://h1.ripway.com/randompics/code.JPG
8. Now thats it just press Ctrl+Enter to test your webcam
Thanks for reading, hope it works for you :p
1. Create a new flash document (easy enough)
2. Press Ctrl+L to open the library
3. Create a new video from the library menu
http://h1.ripway.com/randompics/newvid.png
4. Make sure "Video (Actionscript-Controlled)" is ticked and leave it named as "Video 1"
http://h1.ripway.com/randompics/vidas.JPG
5. Click on the first frame on your timeline and drag the new "Video 1" icon from the library onto your stage
6. Select the video symbol on the stage and press Ctrl+F3 and enter a unique instance name, for now jsut name it vid_out
http://h1.ripway.com/randompics/instance.JPG
7. Again click the first frame and press F9 and insert this code "vid_out.attachVideo(Camera.get());" that captures the active webcam
and displays in the window
http://h1.ripway.com/randompics/code.JPG
8. Now thats it just press Ctrl+Enter to test your webcam
Thanks for reading, hope it works for you :p

Main:
Posted by 
9/10