When the player loads the bottom left corner shows as a 'pause' icon even though it is not playing. This only happens when autoBuffering is true as well as autoPlay is false.
The icon should show as 'play' because it hasn't started playing yet. Any idea how to make it show the 'play' icon as it should in this situation?
The icon should show as 'play' because it hasn't started playing yet. Any idea how to make it show the 'play' icon as it should in this situation?
flowplayer(video, "../flash/flowplayer-3.1.4.swf", {
clip: {
autoPlay: false, autoBuffering: true
}
});