
Customize "Big" Play Button via JW Embedder
I'd like the ability to pass a image filename in the JW Embedder options to customize the play button that appears over the poster image.
Like so:
bc.. jwplayer("video_player").setup({
playButton: 'images/myPlayButton.png'
});
This would make it much quicker and easier to customize only that element when that's all that is required for the design. Rather than having to create a new skin everytime.