Can i record audio without using a communication server in flash?
Asked
Active
Viewed 1,521 times
4
-
I'm not sure if your question means that you just don't want to use "Flash Communication Server" or just any communication server in general. If you are just looking for an alternative to Flash Communication Server you can use the free Red5 Media Server instead: http://www.red5.org/ – Kmeixner Aug 31 '12 at 17:59
2 Answers
3
Yes. Here is one library which will make your work much easier: http://code.google.com/p/micrecorder/ I don't believe you can record everything automatically, the user has to allow access to his microphone and save the file. But it works.

Corneliu Dascălu
- 3,900
- 1
- 28
- 38
-
Good catch. This library makes uses of the flash.media.Microphone package. http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/Microphone.html – Mark Knol Dec 17 '10 at 11:25