I like to use Flash Player to record small audio sound bites from a web site. What server side support infrastructure do I need to make this work?
The sound bites will be small enough so that they can be fully downloaded to client app (as opposed to using streaming).
Will I need the Macromedia Media Server to support this? Ideally I don't want to use a server, since my server side development environment is ASP.NET/C# and I don't see Macromedia Media Server fitting in very well into ASP.NET environment. Ideally would be if client side action script could just record the sound bite and then upload the file using standard HTTP POST. Is this possible?
Thanks a lot.
The sound bites will be small enough so that they can be fully downloaded to client app (as opposed to using streaming).
Will I need the Macromedia Media Server to support this? Ideally I don't want to use a server, since my server side development environment is ASP.NET/C# and I don't see Macromedia Media Server fitting in very well into ASP.NET environment. Ideally would be if client side action script could just record the sound bite and then upload the file using standard HTTP POST. Is this possible?
Thanks a lot.
Comment