/*
use flashembed to place flowplayer into HTML element 
whose id is "example" (below this script tag)
*/
flashembed("titulka_flash", 

/* 
	first argument supplies standard Flash parameters. See full list:
	http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
*/
{
	src:'src/flow/FlowPlayerLight.swf',
	width: 430, 
	height: 312
},

/*
	second argument is Flowplayer specific configuration. See full list:
	http://flowplayer.org/player/configuration.html
*/
{config: {   
	autoPlay: false,
	autoBuffering: true,
	controlBarBackgroundColor:'0x216BAD',
	initialScale: 'scale',
	videoFile: 'http://www.mediscan.cz/files/flash/titulka/obecne_o_medsicanu.flv'
}} 
);

flashembed("cestovni_medicina_flash", 

/* 
	first argument supplies standard Flash parameters. See full list:
	http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
*/
{
	src:'src/flow/FlowPlayerLight.swf',
	width: 430, 
	height: 312
},

/*
	second argument is Flowplayer specific configuration. See full list:
	http://flowplayer.org/player/configuration.html
*/
{config: {   
	autoPlay: false,
	autoBuffering: true,
	controlBarBackgroundColor:'0x216BAD',
	initialScale: 'scale',
	videoFile: 'http://www.mediscan.cz/files/flash/cestovni_medicina/cestovni_medicina.flv'
}} 
);

flashembed("MR_flash", 

/* 
	first argument supplies standard Flash parameters. See full list:
	http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
*/
{
	src:'src/flow/FlowPlayerLight.swf',
	width: 430, 
	height: 312
},

/*
	second argument is Flowplayer specific configuration. See full list:
	http://flowplayer.org/player/configuration.html
*/
{config: {   
	autoPlay: false,
	autoBuffering: true,
	controlBarBackgroundColor:'0x216BAD',
	initialScale: 'scale',
	videoFile: 'http://www.mediscan.cz/files/flash/magneticka_rezonance/magneticka_rezonance.flv'
}} 
);

flashembed("osteologie_flash", 

/* 
	first argument supplies standard Flash parameters. See full list:
	http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
*/
{
	src:'src/flow/FlowPlayerLight.swf',
	width: 430, 
	height: 312
},

/*
	second argument is Flowplayer specific configuration. See full list:
	http://flowplayer.org/player/configuration.html
*/
{config: {   
	autoPlay: false,
	autoBuffering: true,
	controlBarBackgroundColor:'0x216BAD',
	initialScale: 'scale',
	videoFile: 'http://www.mediscan.cz/files/flash/osteocentrum/denzitometrie.flv'
}} 
);

flashembed("kdo_jsme_flash", 

/* 
	first argument supplies standard Flash parameters. See full list:
	http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
*/
{
	src:'src/flow/FlowPlayerLight.swf',
	width: 430, 
	height: 312
},

/*
	second argument is Flowplayer specific configuration. See full list:
	http://flowplayer.org/player/configuration.html
*/
{config: {   
	autoPlay: false,
	autoBuffering: true,
	controlBarBackgroundColor:'0x216BAD',
	initialScale: 'scale',
	videoFile: 'http://www.mediscan.cz/files/flash/kdo_jsme/mediscan_obecny.flv'
}} 
);

$(function() {			
	$("#playlist").playlist("src/flow/FlowPlayerLight.swf", {controlBarBackgroundColor:'0x216BAD',initialScale:'scale'}, {loop:true});
});