
How to change poster onComplete without loading a new video
Hello,
I see this a lot, and I understand there's no way to natively separate the start poster from the one shown onComplete.
I was wondering how to use the API in order to do that.
I'm aware of this:
jwplayer().load({
file: "originalvideofile.mp4",
image: "newimage.jpg"
});
but what I get when doing that is not the image but an auto-starting video (the same one, because I'm using a single video and not a playlist). Is there a way to keep the image on and not start the video?
Thanks