//-----------------------------------
// LGTV: Flash Video Player
//-----------------------------------
// previewImageUrl: url
// mouseWheel: none / seek / volume
// volume: 100
// showFullScreenButton: true
//------------------------------------

function videoPlayer(player,width,height,file,quality,autoplay)
{
	document.write('<object type="application/x-shockwave-flash" data="'+player+'" style="outline: none;" width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="'+player+'"></param>');
	document.write('<param name="allowFullScreen" value="true"></param>');
	document.write('<param name="FlashVars" value="url=http://www.lusogamer.tv/embbed/video/'+quality+'/'+file+'&autoPlay='+autoplay+'&previewImageUrl=http://www.lusogamer.tv/videos/preview/hq/'+file+'.jpg" />');
	document.write('</object>');
}