Post microphone input from Flash to server
Posted
by Seb
on Stack Overflow
See other posts from Stack Overflow
or by Seb
Published on 2010-04-05T14:47:29Z
Indexed on
2010/04/05
14:53 UTC
Read the original article
Hit count: 375
We're trying to get microphone input in a Flash movie and the post it to the server so it can be saved in a file.
Currently, we're using PHP in the server, but I guess the key thing here is: How to post the audio to the server?
After a post is made, then I guess it'd be a matter of handling the encoding and saving to a file, which can be done with pretty much any server-side language.
Any idea if this is at all possible?
© Stack Overflow or respective owner