
jw player 6 how to load multiple file with load() method
Hi
I am trying to load player with new playlist with load() method .
If i load single file its fine.
But how can i load multiple file (smil and m3u8) to support all devices,
As noted your source[] tag doesnt work with load() method.
var playlist= {
file: "assets/English.smil",
title: "english"
};
jwplayer().load(playlist);
jwplayer().play();
how can i add supported file for ios
thanks