Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created February 16, 2018 22:48
Show Gist options
  • Save jerrickhakim/714aef33d11ecbb56e6a8213006cd5f2 to your computer and use it in GitHub Desktop.
Save jerrickhakim/714aef33d11ecbb56e6a8213006cd5f2 to your computer and use it in GitHub Desktop.
<video id="vid" width="100%" controls poster="/posterurlhere" playsinline autoplay muted><source src="/videourl.mp4" type="video/mp4">Your browser does not support HTML5 video.</video><script type="text/javascript">
video = document.getElementById('vid');
video.addEventListener('ended',function() {alert('video is ended');window.location.href = '/redirecturl';})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment