Recording and saving sound from Flash AS3

2019-09-16 16:47发布

问题:

How can I record and save sound in flash AS3. I have writing access to the server and also access to PHP files.

Any ideas?

回答1:

As far as i know you have to stream the audio from the user to a Flash Media Server or Red5 server and save it there.

This is one question i would love to find out i am wrong.



回答2:

  1. Record the data locally
  2. compress them to mp3
  3. send the bytearray to the server to be saved


回答3:

As of FP10 you can save files without the need for a server side.

http://cookbooks.adobe.com/post_Save_a_file_locally_with_Flash_Player_10-14426.html