You can do it using RTMP and Red5/Flash-Media-Server. Adobe Flash Player provides API for accessing users microphone, webcam, etc. You can initiate recording session, record it on server and playback.
If you want to do complete client-side stuff, you can either go for ActiveX, JavaServlet or something that is running on local system. I find it lot easier to use Red5 or other opensource media servers and let flex app record and save data on server. -abdul On Thu, Jul 2, 2009 at 6:21 PM, Renu <[email protected]> wrote: > Hi, > For this, you may need to add third party - plugin i.e, speech recognition > plugin to your system and accordingly need to communicate with the > javascript for start and stop of recording. This plug-in will also allow you > to play your recorded voice. > > You can search plugin on google and can add it in your application. > > Thanks, > Renu > > > On Thu, Jul 2, 2009 at 5:29 PM, ganesh kumar <[email protected]>wrote: > >> hi friends >> I want to *record* my *voice in flex* application and I want to playback >> the same. >> >> > > > > > > > -- -abdul --------------------------------------- http://abdulqabiz.com/blog/ --------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

