Play only one video and cannot play the second and third video.
jwplayer().onComplete(function() {
jwplayer().load([
{
file: "video1.mp4",
file: "video2.mp4",
file: "video3.mp4"
}
]);
jwplayer().play();
});