PDA

View Full Version : Can I record a sound using a mic in Flash 5?


greekplastic
12-05-2001, 05:17 PM
please if any one knows.
or if i cant, can anybody tell me iff i can use some java or c++ in flash to do it

i am new in flash and i have many questions

thanx for your time

jimburton
12-05-2001, 05:20 PM
I'm not quite sure what you mean...do you mean you want to launch some app on the client side and allow users to record a sound using their own mike and set up? That would be quite possible but would depend on their setup...

elaborate please...

greekplastic
12-05-2001, 05:29 PM
i mean that you have a button in the flash application and when you push it flash 5 starts to record sounds (using an attached microphone)
u can stop the recording using a stop button
and using a play button you can hear the recorded file (.wav)

flash doesnt has to launch another application

jimburton
12-05-2001, 05:38 PM
That would be nice! Short answer is no though. If your movie is playing in the projector you can launch applications using fscommand("exec", path to app) and if not you can launch them with a combination of AS/Javascript etc. The user could then use their audio app to record a sound but you'd then need a way of making the wav available to your movie on the fly - there may be some third party package available to do just that, anyone??

greekplastic
12-05-2001, 05:48 PM
thats a disaster!!!

i wont be able to do my project now!

oh my god

and what am i going to tell to my professor ?
"sorry sir flash cant do that! give me another project!"

he will kill me and of course he wont believe me
:(
:mad: :confused: :mad: :confused:

greekplastic
12-05-2001, 06:08 PM
thats a disaster!!!

i wont be able to do my project now!

oh my god

and what am i going to tell to my professor ?
"sorry sir flash cant do that! give me another project!"

he will kill me and of course he wont believe me
:(
:mad: :confused: :mad: :confused:

Jesse
12-07-2001, 01:14 AM
I'm pretty sure (almost positive) you can do it with Director if that's any help. But I'll guarantee you that you can't do it with Flash (yet). Even if you could record the sound with and external app you can't include audio on the fly in Flash (except with 'attach' which is different).

tommytooth
03-13-2008, 08:58 AM
I think flash newer versions allow this to be done .. i am sorry if i am late in reply :)

msgraphics
10-10-2008, 07:50 PM
I have been looking for a very similar thing but all I keep finding is exe's for sale that claim to do some of it.

Basically I want to record audio from client side mic, store audio temporarily client side, then push to server side. From there I got.

Is there an actionscript resource available somewhere that I can modify.