关于“播放”的 Flash 视频指标按钮

发布于 2024-10-13 18:07:40 字数 168 浏览 4 评论 0原文

我在互联网上搜索了一段时间,以在 Flash 视频中存储点击计数器。基本上计算视频实际观看次数而不是页面加载次数。

我有一些限制。 :(

  1. 我无法使用服务器端语言。
  2. 我无法使用数据库。(我想使用存储在服务器上的文本文件)

这可能吗?

I've been searching around the internet for a while to store a click counter within a flash video. Basically count how many times a video was actually viewed instead of the page being loaded.

I have a few restrictions. :(

  1. I cannot use a server side language.
  2. I cannot use a database. (I want to use a text file stored on the server)

Is this even possible?

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

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

发布评论

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

评论(2

可爱暴击 2024-10-20 18:07:40

有一个简单而有效的解决方案:Google Analytics API。

获取分析帐户,您可以使用漂亮的图表来跟踪视频点击次数等。

您可以通过 JavaScript 或 Flash 创建动态统计信息,请参阅此示例。

如果您使用 flowplayer,只需挂钩他们的 API 即可进行跟踪播放、暂停或任何事件。

There is a simple and effective solution : Google analytics API.

Get an analytics account, and you can track videos clicks and much more, with beautiful graphs.

You can create dynamic stats from javascript or from flash, see this example.

If you use flowplayer, just hook to their API to track play, pause or any event.

晨曦÷微暖 2024-10-20 18:07:40

无论如何,您需要一种服务器端语言来编辑此文本文件。

在您必须做出选择之后:

  1. 重写视频播放器,因此每次用户单击播放按钮时,它都会向服务器脚本发送调用以更新计数器。
  2. 使用占位符图像而不是视频播放器,在用户单击它后,向服务器发出 ajax 调用,该服务器调用更新计数器,并返回视频播放器的嵌入代码。

更新。

您可以使用谷歌分析和视频特定视频链接中的一些自定义变量,我认为它甚至可能比文本文件更好

Anyway you need a server side language to edit this text file.

and after you have to choices:

  1. Rewrite a video player, so every time user click play button it send a call to server script which update counter.
  2. use placeholder image instead of the video player, and after user click on it, make an ajax call to server which call update counter, and return an embed code for the video player.

update.

you can play with google analytics and some custom variables in the links to the video specific video, i think it could be even better than text file

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