mickey / videojs-progressTips

video.js plugin to display the time on hover of the progress bar.
MIT License
23 stars 20 forks source link

ReferenceError: vjs is not defined on VJS 4.6.1 #1

Closed Globulopolis closed 9 years ago

Globulopolis commented 10 years ago

Plugin isn't working with the new version. It's throw an error

"ReferenceError: vjs is not defined" on line vjs.plugin('progressTips', function(options) {

adamtal3 commented 10 years ago

Fixed the plugin to work with videojs 4.6.4: https://github.com/adamtal3/videojs-progressTips

It does has an issue though when using the video.js and not video.dev.js because the minification changed the name of "techName".

mickey commented 9 years ago

It should work with the last version, see the last PR for details. Thanks @adamtal3