Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi Belram,

When embedding a video with our player, it is either being embedded as a <object> element (if the player is in Flash) or a <video> element (if the player is in HTML5). Neither of those elements support a transparent background.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.