When changing the video file on the page, I would think that jwplayer().file(embedurl);(or the like) would be fine, and all the previous embed properties would be preserved. However, I cannot find anything like this, and the documentation suggests that I will basically have to configure everything again:
jwplayer().setup({
file: embedurl,
height: 360,
width: 640
});
What is the easiest way to disable vid with a new one?
source
share