Smil = test.smil
player.html
jwplayer.key="mg9zHGtZmszFHqc4f1fTCmb6RPIbw2WnFpbJdw==";
Loading the player...
var playerInstance = jwplayer("video");
playerInstance.setup({
file: "test.smil",
title: "Test"
});
I want to test but only Error Loading Player : No playable sources found message show.
Videos store on root path.
Thank you.
↧