JWPlayer 6透明背景HTML5

时间:2014-08-08 01:48:46

标签: jwplayer

我将jwplayer从5.10升级到6.9;我可以通过将jwplayer.js(5.10)中的背景更改为tansparent来将播放器背景更改为透明

background: "transparent no-repeat center center"

并且还使用了:

wmode = 'transparent'

工作得很好。在jwplayer.js 6和jwplayer.html5.js中改变了背景和backgroundColor,但没有运气。我也试过透明背景的自定义皮肤。

有没有人成功地将背景从黑色改为透明。 这是播放器代码:

jwplayer("mediaplayer").setup({
            file: myvideo,
            image: imagename,
            width: "100%",
            autostart: true,
            backcolor: 'transparent',
            wmode: 'transparent',
            aspectratio: "4:3",
            ga: {

            }
        });

1 个答案:

答案 0 :(得分:1)

下:

file:myvideo,

添加:

主要:'闪现',