
JWplayer 7 - how make Video Background Transparent
I am using JWplayer 7.4.3 version. I invest much time to make video background transparent but no luck. Can someone please help on this?
<pre>
jwplayer(_videoID).setup({
file: _vFile,
image: _vImage,
width: '100%',
aspectratio: '16:9',
stretching: 'fill',
wmode: "transparent", (I tried this)
skin: {
name:"vapor",
background:"transparent !important" (I tried this)
}
})</pre>