Photob00th v0.01

Description:
This is an early prototype of an idea I have for an online photobooth. If you have a webcam, CLICK to save your photo.
It uses AMFPHP to communicate with a MYSQL database. The images are being converted to jpegs using the AS3 jpeg conversion library (http://www.bytearray.org/?p=90). They are then been sent as bytearrays to an AMFPHP service that saves the image to a directory and inserts an entry into a database table.
View:
http://richard-c.com/look/photobooth/
http://users.design.ucla.edu/~rcaceres/199/exercises/CameraAMFPHP/CameraAMFPHP.html
Source:
http://users.design.ucla.edu/~rcaceres/199/exercises/CameraAMFPHP/