Hello, pleace help me.
English is I think a little bit wrong, please forgive me.
I write source as follows.
However, the mark of related videos in the top right corner of the player does not appear.
var playerInstance = jwplayer("container");
playerInstance.setup({
file: "http://example.com/video.mp4",
image: "http://example.com/image.jpg",
width: '100%',
aspectratio: '16:9',
startparam: 'start',
primary: 'flash',
autostart: true,
tracks: [{
file: "http://example.com/track.vtt",
kind: "thumbnails"
}],
related: {
file: "http://example.com/related.rss",
onclick: "link",
oncomplete: "show"
}
});
But, when the A to B, will be displayed.
oncomplete: "autoplay"
Why is this?
I do not want to autoplay.
What there is a good solution.
↧