var fp;

$(function() {

	fp=flowplayer("player", "Images/flowplayer-3.2.7.swf", {
			clip:
			{
					autoPlay: true,
					autoBuffering: true,
					accelerated: true,
					url: 'Images/knollan5.flv',
					provider: 'PseudoStreaming'
			},
			// streaming plugins are configured normally under the plugins node
			plugins: 
			{
				PseudoStreaming: 
				{
						url: 'Images/flowplayer.pseudostreaming-3.2.7.swf'
				}
			}

		});

});
