
After upgrading jwplayer pause button after 7 no. How can display
After upgrading jwplayer pause button after 7 no. How can display
After upgrading jwplayer pause button after 7 no. How can display
After clicking pause, jwplayer6 have a play button, but there is no jwplayer 7
Hi there!
Please send us an example of the player instance you would like help with. Either the code or the live site.
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.
I’d love to help, please show me an example of your implementation so I can see the issue.
Please carefully, thank you。
http://www.sinovision.net/test/ad/ad_2015skip/
It looks like you have autostart set to TRUE – remove it and you should get a play button.
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
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>
ok,thanks。