PDA

View Full Version : Capturing sound and video


compsci
09-10-2007, 10:34 PM
Hello all,

I am capturing sound and video from my webcam. But the sound is very low when i play back what i recorded. How can i increase the volume? (without turning the volume up - since its already at its highest) :)

-Just a quick question after the above. I want set a time for how long i can record for, say, 2 minutes. Is this hard to do? Is there a lot of work involved?

Thanks all, I appreciate any help

Paul Ferrie
09-11-2007, 07:57 AM
I dont know what the issue is with your mic
Try rightclick on your running flash project and check the mic level settings.

For your second question you could create a new setInterval to run for 2 minutes.
Check flash doc's on using setInterval()

Hope it helps