0

HTML <video> tag, using javascript "start" and "end" events to synchronize text overlay.

Hello,

  I am attempting to use javascript "start" event to synchronize text and css animation.  At the end of the video I am using "end" event to hide the video.  These events don't seem to match with the video playback that well.  (a video start event fires before the visuals of the video start.  a video end event happens well after the video stream has reached it's last frame)

  Are there any techniques I can use to get better performance?  (I'm thinking of maybe video preloading techniques and avoidance of using the .load() function... maybe things like this will help).

thank you.

0 comments

Please sign in to leave a comment.