| tracking video completions
|
eggman2001

msg:4551823 | 6:35 pm on Mar 6, 2013 (gmt 0) | Cross-posting from another forum because I didn't get any responses... I'd like to track people who watch videos on a client site who watch through 50% of it. I know that I need to make a server call (I assume with asyncronous javascript) at that 50% point, but I'd like to confirm what I already suspect. That the way you would do this would be different depending on the player. So would the method be different depending on whether the player is flash, quicktime or html5? Would you use javascript for all of these?
|
drhowarddrfine

msg:4552073 | 12:36 pm on Mar 7, 2013 (gmt 0) | It would be different for HTML5. In HTML5 you would use javascript to check for video.currentTime and video.duration. I don't know what you need for the others.
|
|
|