<!-- Flowplayer installation and configuration -->
flowplayer("rtmpPlayer", "/flowplayer/flowplayer-3.1.5.swf", {
	// configure the required plugins
	plugins:  {
		controls: {
			url:'flowplayer.controls-3.1.5.swf'
		},

		// the RTMP plugin
		rtmp: {
			url: 'flowplayer.rtmp-3.1.3.swf',
			netConnectionUrl: 'rtmp://s2gwv9gl1uoz52.cloudfront.net/cfx/st'
		}
	},

	clip: {
	    // use the RTMP plugin
		provider: 'rtmp',
		autoBuffering: true
	}

});