Record voice message online...
Record voice message online...
- Started
- Last post
- 2 Responses
- Fleaguru
Hi guys n gals,
Is there anyway at all that I can create (from within a website), a little application that records a message that can be uploaded to the server when submitted?
Flash would be sweet, or if I have to purchase something, that's fine too.
Many thanks
P
- 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.
- Fleaguru0
Cheers mate, I didn't even have a clue you could do that in flash - must have a play with that.
Thanks for our help mate,