0

I have a c# windows application that can successfully record audio using user's desktop mic. Now i want this facility to run from ASP.NET website. (Note: user would not have this application installed on his machine). Is there a way that i can run this application from a web page and record and save sound file on user's desktop? I searched on google and found that it is achievable using ActiveX. But i am not sure how to do this.... :((

Any Clue...??

Thanks...

1 Answer 1

1

You are not going to be able to do this using standard HTML / web browser functionality.

You will need to use a richer, client-side platform like Silverlight or Flash. ActiveX could also support this, but it's a pretty dated technology. Better to go with Silverlight or Flash.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.