
function videoPlayer(file,height,width,vars){
	//var videoHTML = '<embed width="'+width+'" height="'+height+'" flashvars="auto_play='+vars+'&token='+file+'&dev_url=http://media.vmixcore.com/vmixcore" allowscriptaccess="always" src="http://media.vmixcore.com/player/'+file+'/player.swf"/>';
	//var videoHTML = '<embed width="'+width+'" height="'+height+'" flashvars="auto_play='+vars+'&token='+file+'" wmode="opaque" allowscriptaccess="always" quality="high" src="http://cdn-akm.vmixcore.com/player/4.0.3/player.swf" type="application/x-shockwave-flash" />';
	var videoHTML = '<embed id="player_swf" src="http://media.vmixcore.com/core-flash/UnifiedVideoPlayer/UnifiedVideoPlayer.swf" quality="high" width="'+width+'" height="'+height+'" name="UnifiedVideoPlayer" align="middle" play="'+vars+'" loop="false" quality="high" allowScriptAccess="always" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash" flashvars="player_id=ea412fd024b6ccf18e3eee9b3cf0b069&token='+file+'" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>';
	document.write(videoHTML);
}
