// JavaScript Document
flowplayer(
			"player2", 
			"http://videos.mixestudio.com.py/flash/flowplayer-3.2.2-01.swf", 
   		{
	//clip: {
		//baseUrl: 'http://videos.mixestudio.com.py/uip',
		//},
	playlist: [
		{	url: 'http://videos.mixestudio.com.py/uip/fotos/splash.jpg', 
		},
		{	url: 'http://www.cantartegrupovocal.com/videos/uip02.flv', 
			autoPlay: false, 
			autoBuffering: true 
		}
		],
	plugins: {
		content: {
			url: 'http://videos.mixestudio.com.py/flash/flowplayer.content-3.2.0.swf',
			top: 20,
			left: 20,
			width: 100,
			height: 24,
			backgroundImage: 'url(http://videos.mixestudio.com.py/img/logo_of.png)',
			backgroundColor: 'transparent',
			border: "0px",
			backgroundGradient: 'none',
		},
	controls: {
		backgroundColor: '#045FB4',
		play:true,
		volume:true,
		mute:true,
		time:true,
		stop:true,
		playlist:false,
		fullscreen:true,
		scrubber:true,
			height: 15,
			width: 400,
			autoHide: 'always',			
			width: '80%', 
			bottom: 0,
			left: '50%',
			borderRadius: 10
		}
	}

});


