Skip to content Skip to sidebar Skip to footer

Need To Trigger An Event On A Video Ending

Working on switching from Flash to a flash player/html5 video player hybrid solution. Using video.js player. I am looking to hide the player and show a div block with javascript up

Solution 1:

I am looking to hide the player and show a div block with javascript upon video finishing.

Look in the docs of your video player whether it has an event for it; if it doesn't, change players.

JPlayer has events, for example.

Post a Comment for "Need To Trigger An Event On A Video Ending"