function view_player(file_name) {
	var api;

	api = flashembed("the_player",
	{
		src:'flowplayer/FlowPlayerLight.swf',
		width: 310,
		height: 260
	},
	
	{config: {
		autoPlay: true,
		autoRewind: false,
		controlBarBackgroundColor:'0xb80000',
		timeDisplayFontColor: '0xffffff',
		protected: true,
		initialScale: 'orig',
		videoFile: 'http://valentinecoaching.com/video/' + file_name,
		showMenu: false,
		showFullScreenButton: false,
		initialVolumePercentage: 40
	}}
	);
}