$(window).ready(function() {

    flowplayer("a.flowPlayer", "/js/flowplayer-3.1.1.swf"
	,{
	    clip: {

	        // these two configuration variables does the trick
	        autoPlay: false
	        
	    }
	}

	);
});

