
Video never plays after clicking play but pausing and then playing works
Before adding the events I had when I played the videos, they just kept loading. If I click pause and click play again, it works. For my site right now II added these events as a workaround but it still caused me issues with different browsers:
playerInstance.setup({
title: 'Gotta Eat My Vegetables',
skin :"vapor",
width: 800,
height: 300,
image: "videos/veggie.png",
events: {
onReady: function(){
this.play();
this.pause(true);
this.play(true);
}
}
});
The pause doesn't work for Chrome and Safari for some reason so now it auto plays. Could we get this fixed? Using 7.2.4