
/* 
	Flowplayer external configuration. Note that:
	
	1. events are not supported. you need flowplayer.js for that.
	2. property names must be quoted

*/
{

	// common clip properties
	'clip': {
		'url': 'vod/demo.flowplayervod/metacafe.flv', 
		'provider': 'rtmp'
	},

	'plugins': {
	
		// RTMP streaming
		'rtmp': {
		  'url': 'flowplayer.rtmp-3.2.3.swf',
		  'netConnectionUrl': 'rtmp://rtmp01.hddn.com/play'
		},
		
		// use youtube controlbar
		'controls': {
			'height': 30,
			'backgroundColor': '#115233'
		}
	}
	
} 

