Overview
what it is and does
Cam Comments was born from the question, "How can we take Flash's incredibly cool ability to utilize webcams and apply it to something useful?". I decided that adding webcam support to a comment system / guestbook would be both fun and useful. On top of this, I wanted an interface that was clean, quick to load, and I wanted to be able to manage it through XML. Cam Comments is the result!
Cam Comments currently boasts the following features:
- Cutting Edge - No other comment system available optionally utilizes your users webcam.
- XML Managed - All comments and their respective images are managed through a simple XML file.
- Light Weight - Published SWF size of about 63KB.
- Compatibility - Coded in AS2, opens with Flash 8+. Backwards compatible from Flash Player 8 all the way to Flash Player 10.
- TweenMax Driven - Unparalleled tweening performance and flexibility.
- Load and Go - Load Cam Comments into any of your pages with a simple 'loadMovie()' command.
Cam Comments was designed to be intuitive so you won't need instructions on how to use it. But for the sake of thoroughness, here's a breakdown of how it works.
Reading comments:
Comments and their respective photo are arranged into pages (15 per page default) with the newest comments at the top. Each comment contains the users photo, name, and comment text as well as a calculated age of the comment. Mouse over the top or bottom of the comment window to scroll through the comments and use the arrow buttons at the bottom to slide to the next or previous page.
Writing comments:
Write a comment by clicking on the 'write comment' button (duh!). Doing so will present a dialog box asking the user if they wish to enable their webcam. If the user has a webcam present and selects 'Yes' they are able to utilize the webcam features. Otherwise, the webcam features will be disabled and a default snapshot will be used for their message. By clicking on the 'Capture' button, users are able to grab a snapshot of their webcam. They are free to snap as many shots as they like before deciding to send their message.