shachi
02-16-2007, 11:03 AM
Hello flash gurus!!
I am trying to build this audio-recorder with flash. Basically what this recorder should do is record the local input from the microphone and save it in the server and let the user playback his/her voice. But I have no clue how to save the sound in the server. The Actionscript that I have so far is:
audio = Microphone.get();
attachAudio(audio);
m.setUseEchoSuppression(false);
That's on the first frame. Any help would be greatly appreciated.
Thanks.
EDIT: I don't have the Flash Communication server by the way.
I am trying to build this audio-recorder with flash. Basically what this recorder should do is record the local input from the microphone and save it in the server and let the user playback his/her voice. But I have no clue how to save the sound in the server. The Actionscript that I have so far is:
audio = Microphone.get();
attachAudio(audio);
m.setUseEchoSuppression(false);
That's on the first frame. Any help would be greatly appreciated.
Thanks.
EDIT: I don't have the Flash Communication server by the way.