PDA

View Full Version : Sound Recorder in Flash?


sirsajjad
05-12-2004, 12:46 AM
Hi,

How can i develop sound recorder (like windows sound recorder) in flash. The user speaks from mic/headphone and flash record the sound.

Thanks,
Sajjad

uxk8396
05-12-2004, 12:55 AM
I am looking forward to know how to make use of the microphone to talk live over the Flash Comm Server.

Thx
H

mrand01
05-12-2004, 02:21 PM
it would require Client-Side actionsript and Server-Side actionscript. The client would need to grab the microphone (using Microphone object) and send it to the FlashComm Server (using NetConnection & NetStream). On the server, you would need a function to grab the stream and record it to an FLV...unfortunatly, there is no way (as far as i know...) to record to wav/mp3

BTW:You should look into joining the ChattyFig FlashComm ListServ if you want FlashComm help.

uxk8396
05-12-2004, 05:45 PM
Catch U.
Thanks
H