Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用按钮禁用或隐藏 video-js 播放器的控制栏?
我可以在 HTML5 默认播放器中实现它,但不能用 video-js 播放器来实现。
有人有建议吗?
试试这个..它适用于 4.4,我试图弄清楚为什么它不适用于 4.5。
function buttonCall() { _V_.ControlBar.prototype.options.components = { } }
只需使用您的按钮 (onClick="removeControl") 调用该函数。它删除了 video.js 的所有控制栏。