 $f("fms", "http://www.amazingfacts.org/resources/flowplayer/flowplayer.commercial-3.2.2.swf", {
 
	key: '#@5a086b56fb1189bd476',

	clip: {
		url: 'aftv', 
		
		live: 'true',
		
		// track start event for this clip         
		onStart: function(clip) {             
			google._trackEvent("Videos", "Play", "G19 Live Satellite Stream");         
		}, 
		 
		// track stop event for this clip. time is also tracked         
		onStop: function(clip) {             
			google._trackEvent("Videos", "Stop", "G19 Live Satellite Stream"); 
		},                  
		 
		onBeforePause: function() { return false; },

		provider: "rtmp"
	},
			
	// streaming plugins are configured under the plugins node
	plugins: {
		rtmp: {
			url: 'http://www.amazingfacts.org/resources/flowplayer/plugins/flowplayer.rtmp-3.2.1.swf',
			netConnectionUrl: 'rtmp://publish2.amazingfacts.netdna.com/live'
		}, 
		
		controls: { 
			pause: false,
			stop: true
		} 
	}
});