视频观看次数计数器

发布于 2024-09-06 17:08:10 字数 84 浏览 5 评论 0原文

我需要制作一个视频观看计数器。我有使用嵌入/对象标签的 .MOV 文件,应用程序是 ASP.NET。有什么方法可以使用 Jquery 计算视频的点击量吗?

I need to make a video viewed counter. I have .MOV files using embeded/Object tags and application is ASP.NET. Is there any way that I can count hits on the videos using Jquery?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

吹泡泡o 2024-09-13 17:08:10

您不能将 javascript 事件处理程序附加到仅包含视频的 div 吗?单击该区域时,计数器会增加 1,并且每个页面生命周期只允许触发该函数一次。我预计当您触发该函数时,您将需要发出 AJAX 请求来将数据库或其他内容更新 1,然后使用 dom 删除旧计数器,追加新值。

Cant you attach a javascript event handler to the div that only contains the video. When that area is clicked on increase a counter by 1 and only allow that function to be triggered once per page lifecycle. I expect when you trigger the function you will need to make an AJAX request to update a database or something by 1 and then remove the old counter using the dom, append the new value.

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