It does work with v5+!
#v1.4.5
Fix Loading Problem
#v1.4
- Comments
- Spacing is correct
- Fixed fullscreen with fullscreen.js!
#v1.3
- Set what the HTML will be when video is done
#v1.2.2
- Bug Fix
- Shows Video When Video Starts!
- Smaller
#Get Older Versions
#What is Video.js?
Video.js is a extendable, custom HTML5 Video player. Learn more at http://videojs.com
#What does Doing Ending Leaving mean?
##Doing
- Shows Video
- It auto starts the video
- Makes it go full screen (you can change that part).
##Ending
- Turns off fullscreen
- Set HTML
##Leaving
- It Deletes the video from existance.
#How to use it?
- You can use for a intro to a website,
- A popup ad,
- And other reasons!
##1
<script src="path/to/del.js">
##2
<script>
del("yourVideoName",true /*true if you want it to auto fullscreen false if not!*/,"<p>The Video is Done!</p>")
</script>
##3
There is no 3rd step