
Download Button
addButton() API call is not working as expected. After clicking on download video button, all it does is open the video in the browser and starts playing the video.
addButton() API call is not working as expected. After clicking on download video button, all it does is open the video in the browser and starts playing the video.
That is what our demo does, if you look at our example, that is the expected behavior – http://support.jwplayer.com/customer/portal/articles/1436999-example-adding-a-download-button
Can we change the image of that download button later through some function?
For example by default while adding button we set to X.png, and later when I click that button I need to change that to Y.png.
Is it possible?
You can write any JS you want in the function, so sure, theoretically that would work.