从浏览器ASP.NET运行应用程序 [英] Running application from browser ASP.NET

查看:59
本文介绍了从浏览器ASP.NET运行应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个C#Windows应用程序,可以使用用户的桌面麦克风成功录制音频.现在,我希望此功能可以从ASP.NET网站运行.(注意:用户不会在其计算机上安装此应用程序).有没有一种方法可以使我从网页上运行该应用程序,并将声音文件记录并保存在用户的桌面上?我在Google上搜索,发现可以使用ActiveX实现.但是我不知道该怎么做....:((

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...??

谢谢...

推荐答案

您将无法使用标准的HTML/Web浏览器功能来做到这一点.

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

您将需要使用更丰富的客户端平台,例如Silverlight或Flash.ActiveX也可以支持此功能,但这是一种过时的技术.最好与Silverlight或Flash搭配使用.

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.

这篇关于从浏览器ASP.NET运行应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆