$(document).ready(function() {
	if (typeof(console) != "undefined") {
		console.log($(this).attr("title") + " - initiated");
	}
	flowplayer("player", "/scripts/flowplayer/flowplayer-3.2.5.swf",  {
		clip: {
			// these two configuration variables does the trick
			autoPlay: false, 
			autoBuffering: true // <- do not place a comma here  
		}
	});
});
