I want number of times Video is played instead of number of time video is viewed. Any idea how to do it ?
I want number of times Video is played instead of number of time video is viewed. Any idea how to do it ? Umar Haroon |
If your wanting to change the word "viewed," use "_bx_videos_view_alt_view" to edit language key. Change, recompile and clear cache. ManOfTeal.COM a Proud UNA site, six years running strong! |
Hey Newt, I think what the user meant is "how to get dolphin to count the number of times the video is played rather than how many times it has been viewed" which I think is a big difference. Reason being is that (I think) once a user view a video, it reflects as just one view. If that same user came back and viewed that video every day of the week, the view count will still be only 1 view. Ultra Newb reporting for duty. |
If that same user came back and viewed that video every day of the week, the view count will still be only 1 view.
Not so true, there is a timeout. The problem is refreshing the page will also increase views without actually viewing the video; if that is needed, there is no way to make sure. ManOfTeal.COM a Proud UNA site, six years running strong! |
What you want to do is to somehow monitor when a person clicks on the play button. Here is a start concerning HTML5 video events and APIs. http://www.w3.org/2010/05/video/mediaevents.html Geeks, making the world a better place |
What you want to do is to somehow monitor when a person clicks on the play button. Here is a start concerning HTML5 video events and APIs. http://www.w3.org/2010/05/video/mediaevents.html how exactly can i monitor this ? what changes i have to make ? one more thing how can i stop video auto load cause it consume bandwidth when some 1 embeded video from my website n their users don't play it. Umar Haroon |
What you want to do is to somehow monitor when a person clicks on the play button. Here is a start concerning HTML5 video events and APIs. http://www.w3.org/2010/05/video/mediaevents.html how exactly can i monitor this ? what changes i have to make ? one more thing how can i stop video auto load cause it consume bandwidth when some 1 embeded video from my website n their users don't play it. I really don't know, I just point to the information, the developers will have to implement. Geeks, making the world a better place |