
JWPlayer v7.1 using load function
I have a issue in using the load function using v7.1 when a video has completed.
The function that I am using to load after a video has completed is:
onComplete: function()
{
jwplayer('div1').stop();
jwplayer('div1').load({image:'images/newyear2.jpg',sources:[{file:'blank.mp4'}],logo: {file: 'images/smlogo.png'}}).setControls(false);
}
1. the image#2 loads
2. the logo does not
Can anyone suggest a way to have the logo also load?
I am not 100% sure if using jwplayer('div1').stop(); is needed and think that it will onload everything including the logo.
thanks
willie