I have a problem with buffering .
This is my code, I set autoBuffering: true but it looks likes not buffering when I am running the video from the server.When Its loading video locally its fine.
var player = $f("player", {
src: "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",
version: [9, 115],
onFail: function () {
document.getElementById("info").innerHTML =
"You need the latest Flash version to see MP4 movies. " +
"Your version is " + this.getVersion();
}
}, {
clip: {
url:"http://path/Videos/04. The White Shirt.mp4
autoBuffering: true,
bufferLength : 2, autoPlay: true,
}
});