gpt4 book ai didi

youtube - 为什么我的YouTube嵌入式jw播放器onseek事件在我的网站上不起作用(jwplayer 7)

转载 作者:行者123 更新时间:2023-12-03 05:23:25 26 4
gpt4 key购买 nike

我的网站使用jwplayer嵌入了自托管视频和youtube视频,

暂停,播放事件在这两种情况下都可以正常工作,但是搜索甚至只能通过自托管视频捕获。

这两种情况使用相同的代码。

有人可以告诉我该怎么做吗?

这是我的代码:

playerInstance = jwplayer("player");
playerInstance.setup({
modes: [
file: '<{$youtuve_url}>',
width: $('#video').width(),
height: $('#video').height(),
autostart: false
});

playerInstance.on('seek',function(event){
console.log("seek");
} );

最佳答案

删除modes:[

playerInstance = jwplayer("player");
playerInstance.setup({
file: '<{$youtuve_url}>',
width: $('#video').width(),
height: $('#video').height(),
autostart: false
});

playerInstance.on('seek',function(event){
console.log("seek");
} );

关于youtube - 为什么我的YouTube嵌入式jw播放器onseek事件在我的网站上不起作用(jwplayer 7),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32424735/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com