var global_id_video = 0;

function add_facebook_link() {
	var url = "http://www.facebook.com/sharer.php?u="+encodeURIComponent(window.location.href+"&t="+Math.random());	
	window.open(url, "facebook", "width=650,height=350,top=150,left=200");
}
function add_twitter_link(text) {
	text = "A voir : "+text +" "+window.location.href;
	var url = "http://twitter.com/home?status="+encodeURIComponent(text);
	window.open(url, "twitter", "width=750,height=350,top=150,left=150");
}

function set_global_id_video(id){
	global_id_video = id;
}

function check_form_recherche(){
	
	if($('champ_recherche').value==''){
		alert('Veuillez saisir un mot-clé dans la zone de recherche !');
		$('champ_recherche').focus();
	}
	else {
		document.form_recherche.submit();	
	}
}

function thisMovie(movieName) {
   if (window.document[movieName])
      {
          return window.document[movieName];
      }
      if (navigator.appName.indexOf("Microsoft Internet")==-1)
      {
        if (document.embeds && document.embeds[movieName])
          return document.embeds[movieName];
      }

        return document.getElementById(movieName);
}

function afficherPartage(){
	try{thisMovie("visio").afficherPartage();}catch(e) {}
	try{document.getElementById("visio").afficherPartage();}catch(e) {}
}

function afficherAlerte(){
	thisMovie("visio").afficheAlerte();
}

function valid_form_partage_flash(mail){
	new Ajax.Request(
			'ajax/partagerVideo.php',
			{
				method:'post',
				parameters:'id_video='+global_id_video+'&email='+mail,
				onComplete:afficher_reponse_partage_flash
			}
		);
}

function afficher_reponse_partage_flash(){
	thisMovie("visio").afficheReponsePartage();
}


function valid_form_alerte_flash(mail,journal,societe,culture,sport,cuisine,sortir){
	
	if(journal == true) {
			var journal = 1;
		} else {
			var journal = 0;
		}
		
		if(societe == true) {
			var societe = 1;
		} else {
			var societe = 0;
		}
		
		if(culture == true) {
			var culture = 1;
		} else {
			var culture = 0;
		}
		
		if(sport == true) {
			var sport = 1;
		} else {
			var sport = 0;
		}
		
		if(cuisine == true) {
			var cuisine = 1;
		} else {
			var cuisine = 0;
		}
		
		if(sortir == true) {
			var sortir = 1;
		} else {
			var sortir = 0;
		}
		
	
	
		new Ajax.Request(
			'ajax/doAbonnementAlertesVideos.php',
			{
				method:'post',
				parameters:'email='+mail+'&journal='+journal+'&societe='+societe+'&culture='+culture+'&sport='+sport+'&cuisine='+cuisine+'&sortir='+sortir,
				onComplete:afficher_reponse_alerte_flash
			}
		);
}

function afficher_reponse_alerte_flash(){
	thisMovie("visio").afficheReponseAlerte();
}






function valid_form_partage(){
	if($('email_partage').value!='' && $('email_partage').value.indexOf("@")!= -1 && $('email_partage').value.indexOf(".")!= -1){
		
		new Ajax.Request(
			'ajax/partagerVideo.php',
			{
				method:'post',
				parameters:'id_video='+global_id_video+'&email='+$('email_partage').value,
				onComplete:afficher_reponse_partage
			}
		);
	
	}
	else {
		$('email_partage').value='Indiquez une e-mail valide...';
	}
}

function afficher_reponse_partage(){
	$('contenuPartage').innerHTML = '<center>Le partage de la vid&eacute;o a bien &eacute;t&eacute; effectu&eacute;.<br /><br />Merci de votre participation.<br /><br /><a href="javascript:cacherFiltreGris()" id="fermerFenetrePartage"></a></center>';
}


function valid_form_alerte(){
	if($('email_alerte').value=='' || $('email_alerte').value.indexOf("@")== -1 || $('email_alerte').value.indexOf(".")== -1){
		$('email_alerte').value='Indiquez une e-mail valide...';
	}
	else if($('checkbox1').checked===false && $('checkbox2').checked===false && $('checkbox3').checked===false && $('checkbox4').checked===false && $('checkbox5').checked===false && $('checkbox6').checked===false){
		alert('Veuillez selectionner au minimum 1 catégorie !');
	}
	else {
		
		if($('checkbox1').checked == true) {
			var journal = 1;
		} else {
			var journal = 0;
		}
		
		if($('checkbox2').checked == true) {
			var societe = 1;
		} else {
			var societe = 0;
		}
		
		if($('checkbox3').checked == true) {
			var culture = 1;
		} else {
			var culture = 0;
		}
		
		if($('checkbox4').checked == true) {
			var sport = 1;
		} else {
			var sport = 0;
		}
		
		if($('checkbox5').checked == true) {
			var cuisine = 1;
		} else {
			var cuisine = 0;
		}
		
		if($('checkbox6').checked == true) {
			var sortir = 1;
		} else {
			var sortir = 0;
		}
		
		
		new Ajax.Request(
			'ajax/doAbonnementAlertesVideos.php',
			{
				method:'post',
				parameters:'email='+$('email_alerte').value+'&journal='+journal+'&societe='+societe+'&culture='+culture+'&sport='+sport+'&cuisine='+cuisine+'&sortir='+sortir,
				onComplete:afficher_reponse_alerte
			}
		);
		
		
		
	}
}

function afficher_reponse_alerte(requete){
	//alert(requete.responseText);
	modifierDivOuvert('alerteOK');
}


function afficherStreaming(){
	$('visionneuse_accueil').style.display = 'none';
	$('streaming').style.display = 'block';
	
	new Ajax.Request(
					 	'ajax/getBrowser.php',
						{
							method:'post',
							parameters:'type=1',
							onComplete:doAfficherStreaming
						}
					);
}


function doAfficherStreaming(requete){
	// $('streaming').innerHTML = requete.responseText;
	// alert(requete.responseText);
	// $('streaming').innerHTML = '<embed type="video/x-ms-asf" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="mms://217.71.210.162/hdr5" name="player" autostart="1" showcontrols="0" showdisplay="0" showstatusbar="1" animationatstart="1" transparentatstart="0" allowchangedisplaysize="0" autosize="0" displaysize="0" enablecontextmenu="1" windowless="1" width="384" height="288" enablefullscreencontrols="1"></embed><a href="javascript:fermerStreaming();" style="width:135px; height:20px; margin-left:10px; margin-top:0px; display:block;"></a>';
	/*var v = new SWFObject('flash/visio.swf', 'visionneuse', '384', '318', '9', '#DBDBDB');
	v.addParam("allowfullscreen", "true");
	v.addVariable('width', '384');
	v.addVariable('height', '318');
	v.addVariable('base_url', '');
	v.addVariable('flash_url', 'flash');
	v.addVariable('fichier', '');
	v.write('streaming');
	*/
	var v = new SWFObject('flash/visio_live.swf', 'laVisionneuse', '384', '318', '9', '#000000');
	v.addParam("allowfullscreen", "true");
	v.addVariable('urlConf','flash/visionneuse_live.xml');
	v.write('streaming');
}

function fermerStreaming(){
	$('visionneuse_accueil').style.display = 'block';
	$('streaming').style.display = 'none';
	
	$('streaming').innerHTML = '';
}


