Record voice message online...
Record voice message online...
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- KuzII0
You can use the microphone using Flash.
It's the: Microphone.get() command.
Check Flash help on how to use it, tho i think it's something like this:
mic = Microphone.get();
this.attachAudio(mic)You'll then have to use some server PHP stuff, which i know fuck all about to save the audio to your server. And then be able to play it.