ASP.NET MVC 播放音频文件
我们需要在用户登录门户后播放音频文件。如果他们单击音频文件,我们需要将状态“已收听”设置为 true。该门户是使用 ASP.NET MVC 3.0 构建的。
这是为了满足残障用户或不能阅读但能听的人的需求。
如果有人以前已经这样做过,您能指导我如何实现这一点(架构)吗?
谢谢。
we have a requirement to play a audio file once the user logs on to the Portal. If they click on Audio file we need to set the status "listened" to true. The portal is built using ASP.NET MVC 3.0.
This is to cater the requirement for disabled users or people who can't read but can listen.
if anyone has already done this before, could you pleaes guide me through how this can be achieved (architecture) please?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有任何与 MVC 相关的内容可以处理音频文件。您需要在 HTML 中嵌入某种播放器来播放音频文件。也许是基于 silverlight 或 flash 的东西。
There is nothing MVC related that works with audio files. You will need to embed some kind of player into your HTML to play the audio files. Perhaps something silverlight or flash based.