Recording and saving sound from Flash AS3

倖福魔咒の 提交于 2020-01-16 18:46:10

问题


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



来源:https://stackoverflow.com/questions/2372364/recording-and-saving-sound-from-flash-as3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!