function pxFlowplayerConfig(tagId, r){
//alert(tagId);
	flowplayer(tagId, r.flash, {
		clip : {

			scaling : "fit"
	//		scaling : "orig"
	//		autoPlay : true
		}
//,
//		screen : {
//			bottom: 0
//		}

	});
}

function pxFlowplayerConfig2_streamServer(tagId, r){
//alert(tagId);
	flowplayer(tagId, r.flash, {
		clip : {
			provider: 'rtmp',
		//	url: 'mp4:files/B19566597F0000020070B525F5C5C379/thumb_11.17.44.VOB.mp4',
			url: r.Path_part2,
			scaling : "fit"
	//		scaling : "orig"
	//		autoPlay : true
		},
//,
//		screen : {
//			bottom: 0
//		}

		plugins: {
			rtmp: {
				url: 'typo3conf/ext/proxsysext/res/flowplayer/plugins/flowplayer.rtmp-3.2.1.swf',
			//	netConnectionUrl: 'rtmp://flowplayer.org:1935/fastplay'
			//	netConnectionUrl: 'rtmp://213.178.91.159/intermedia/',
				netConnectionUrl: r.Path_part1,
				proxyType: 'best'
			}
		}
	});
}
