
How To Create Button Playlist?
Hello there, I have code embed jwplayer below:
jwplayer('jwplayer-0').setup({
aspectratio: "16:9",
width: "100%",
playlist: [{
sources: [{
file: "360_example.mp4",
label: "360p",
type: "mp4"
},{
file: "480_example.mp4",
label: "480p",
type: "mp4"
},{
file: "720_example.mp4",
label: "720p",
type: "mp4"
}]
}]
});
now, I want to add Playlist then how?