-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding button with plugin not working in lastest version #2578
Comments
Are you using the minified version of video.js? It looks like createEl is not available when minified so it is recommended to use the unminified version of video.js. See #2016 |
Thanks forbesjo! That seems to be the problem. Since I have tried the minified version of the video.js used in the demo page I said and the plugin is not working either. Can the unminified version be downloaded from the CDN? |
Unfortunately, the unminified version of v4 isn't available on the CDN. |
Hello,
I am trying to implement a plugin for videoJs jsut to add a button to the control bar. I have followed seen how to do it in some tutorials but it is not working in the last version (4.12). I have downloaded an oldest version (this dev version) directly from a demo page and maggicallyl it is working. The code is this:
With the latest version, the videojs.InfoButton.prototype.createEl function is actually not being called. So, is there a new way to do this? What have changed in new versions that is preventing my code from working properly?
Thansk a lot
The text was updated successfully, but these errors were encountered: