
first video in playlist jwplayer 6
anyone know how to indicate that video should start the playlist.
bc.. <script>
jwplayer("myElement").setup({
playlist: [{
file: "myvideo1.mp4",
image: "image.png",
title: "",
description: ""
},{
file: "myvideo2.mp4",
image: "image.png",
title: "",
description: ""
},{
file: "myvideo3.mp4",
image: "image.png",
title: "",
description: ""
}],
width: 940,
height: 360,
listbar: {
position: "right",
size: 300
}
});
</script>
I want to start with the second video playlist. T T