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

After upgrading jwplayer pause button after 7 no. How can display


After upgrading jwplayer pause button after 7 no. How can display

9 Community Answers

d.c.1989

User  
0 rated :

After clicking pause, jwplayer6 have a play button, but there is no jwplayer 7

Donni

JW Player Support Agent  
0 rated :

Hi there!

Please send us an example of the player instance you would like help with. Either the code or the live site.

d.c.1989

User  
0 rated :

Function no problem, just the interface, jwplayer6 video interface middle click End pause after jwplayer7 did not have a play button. You can understand what I mean? Video button in the middle of the circle, I still need to keep it.

Donni

JW Player Support Agent  
0 rated :

I’d love to help, please show me an example of your implementation so I can see the issue.

d.c.1989

User  
0 rated :

Please carefully, thank you。
http://www.sinovision.net/test/ad/ad_2015skip/

Donni

JW Player Support Agent  
0 rated :

It looks like you have autostart set to TRUE – remove it and you should get a play button.

registry

User  
0 rated :

We NEED autostart, but when a user click pause we NEED to show the old Play button in the middle of the player. We can't do migration from 6 to 7

registry

User  
0 rated :

Hello,
you can use this
<style>
.jwplayer.jw-state-paused .jw-display-icon-container {
display: table;
}
.jwplayer.jw-state-paused .jw-icon-display::before {
content: "\e60e";
}
</style>

d.c.1989

User  
0 rated :

ok,thanks。

This question has received the maximum number of answers.