ASP.NET MVC 播放音频文件

发布于 2024-11-23 19:01:35 字数 170 浏览 2 评论 0原文

我们需要在用户登录门户后播放音频文件。如果他们单击音频文件,我们需要将状态“已收听”设置为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱殇璃 2024-11-30 19:01:35

没有任何与 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文