关于“播放”的 Flash 视频指标按钮
我在互联网上搜索了一段时间,以在 Flash 视频中存储点击计数器。基本上计算视频实际观看次数而不是页面加载次数。
我有一些限制。 :(
- 我无法使用服务器端语言。
- 我无法使用数据库。(我想使用存储在服务器上的文本文件)
这可能吗?
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. :(
- I cannot use a server side language.
- I cannot use a database. (I want to use a text file stored on the server)
Is this even possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个简单而有效的解决方案: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.
无论如何,您需要一种服务器端语言来编辑此文本文件。
在您必须做出选择之后:
更新。
您可以使用谷歌分析和视频特定视频链接中的一些自定义变量,我认为它甚至可能比文本文件更好
Anyway you need a server side language to edit this text file.
and after you have to choices:
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