I've been reading about the Flash CS3 Camera class and can't
seem to find out if there is any way I can grab a frame or two off
the camera and send it to a web server. Is this possible?
sure. you can create a bitmap from the video stream and then
you can upload it to your server (with some server-side scripting).
you can search for help on those two topics to accomplish your
task.