

var en = "620"
var bo = "465"
function youtube(id) {
var tmp
	tmp = '<object width="'+en+'" height="'+bo+'"><param name="movie" value="http://www.youtube.com/v/'+id+'&hl=en&fs=1&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+id+'&hl=en&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'+en+'" height="'+bo+'"></embed></object>'
document.getElementById('gos').innerHTML = tmp;
}
function flv(url) {
var so = new SWFObject('/embed/player.swf','mpl',en,bo,'9');
	so.addParam('allowscriptaccess','always');
	so.addParam('allowfullscreen','true');
	so.addParam('background','#000000');
	
	so.addParam('flashvars','&file='+url+'&autostart=true&image=/beta/logo.gif&screencolor=FFFFFF');

	so.write('gos');
}
function mpv(fyol) {
		var cnt = document.getElementById("gos");
		var src = '/embed/wmvplayer.xaml';
		var cfg = {
			file:fyol,
			image:'/beta/live_help.jpg',
			height:'240',
			width:'440'
		};
		var ply = new jeroenwijering.Player(cnt,src,cfg);
}

function mp(fyol,fid) {

var mpg
 mpg= '<object id="mediaPlayer'+fid+'" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"'
         + 'width=" ' + en + ' " height=" ' + bo + ' "'
         + 'codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"'
         + 'standby="Loading Microsoft Windows Media Player components..."'
         + 'type="application/x-oleobject">'
         + '   <param name="AutoStart" value="1"/>'
         + '   <param name="url"       value="' + fyol + '" />'
         + '   <param name="wmode"     value="transparent" />'
         + '   <param name="uiMode"    value="full" />'
         + '   <param name="loop"      value="false" />'               
         + '   <embed id       ="EmbedmediaPlayer'+fid+'"'
         + '       type        ="application/x-mplayer2"'
         + '       autostart=1'
         + '       src         ="' + fyol + '"'
         + '       width       =" ' + en + ' "'
         + '       height      =" ' + bo + ' ">'
         + '   </embed>'
         + '</object>Tam Ekram İçin Videoya Çift Tıkla<br />'
         + '<a href="' + fyol + '" target="_blank">Bağlantı hızınız yavaş ise buraya tıklayıp videoyu kayıt edebilirsiniz</a>'
         ;
document.getElementById("gos").innerHTML = mpg;
}
		
