视频在JWPlayer中完成后显示海报图像

时间:2013-07-03 21:36:02

标签: css jwplayer

我想在JWPlayer中完成视频后显示海报图片。

问题是视频播完后,它会在我的白色网站上显示这个大黑盒子,这看起来像是一件坏事。

它的外观如下: -

enter image description here

所以我想知道我是否可以放一张海报或只是将那个黑盒子改成白色。

这是我通过它调用JWPlayer的JS。

jwplayer("myvideo").setup({
    autostart: true,
    controlbar: {position: 'none'},
    skin: "scripts/vendor/jwplayer/minima.zip",

    flashplayer: "scripts/vendor/jwplayer/player-licensed.swf",
    image: "../images/poster.png",
    file: $scope.getCurrentSlide().video

});

非常感谢

0 个答案:

没有答案