var bcExp;
var modVP;

function onTemplateLoaded(experienceID) {
//	alert("EVENT: TEMPLATE_LOAD -> version 1.1.0 " + experienceID);
  
    bcExp = brightcove.getExperience(experienceID);
    modVP = bcExp.getModule(APIModules.VIDEO_PLAYER);
  
	var nombre_funcion = "onVideoLoad_" + experienceID;
	modVP.addEventListener(BCVideoEvent.VIDEO_LOAD, eval(nombre_funcion));
}

function video_omniture(nombre_video) {
//	var bc = brightcove.getExperience(player_id);
//    var videoModule = bc.getModule(APIModules.VIDEO_PLAYER);
//	var currentVideo = videoModule.getCurrentVideo();
//	alert("PLAYER: " + nombre_video + ", idVideo: " + currentVideo.id);
	
	var s=s_gi('godolavanguardia');
	s.linkTrackVars="prop5,eVar5"; 
	s.linkTrackEvents="event5";
	s.eVar5=nombre_video;
  s.hier2="videonoticia"; 
	s.events="event5";	
	s.usePlugins = false;
	s.prop5=nombre_video; 
	s.tl(this,'o', 'inicio');
	s.usePlugins = true;
}


function verVideo(code_player,code_video,width,height,nombre_video){
//function verVideo(code_player,code_video,width,height,nombre_video,sas_pageid){
//    Creamos un numero aleatorio para evitar caches
//    var timestamp = getTimeStamp();
//    document.getElementById(code_video).innerHTML = '<object id="my'+code_video+'" width="'+width+'" height="'+height+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/17585550001?isVid=1&isUI=1&adServerURL=http://www2.smartadserver.com/call/pubj/'+sas_pageid+'/4210/M/'+timestamp+'/?&publisherID=1898269467" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="playerID='+code_player+'&domain=embed&@videoPlayer='+code_video+'&autoStart=true" /><param name="base" value="http://admin.brightcove.com" /><param name="adServerURL" value="http://www2.smartadserver.com/call/pubj/'+sas_pageid+'/4210/M/'+timestamp+'/?" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><param name="@videoPlayer" value="'+code_video+'"/><embed src="http://c.brightcove.com/services/viewer/federated_f9/17585550001?isVid=1&isUI=1&adServerURL=http://www2.smartadserver.com/call/pubj/'+sas_pageid+'/4210/M/'+timestamp+'/?&publisherID=1898269467" bgcolor="#FFFFFF" flashVars="playerID='+code_player+'&&domain=embed&@videoPlayer='+code_video+'" base="http://admin.brightcove.com" name="my'+code_video+'" width="'+width+'" height="'+height+'" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
    document.getElementById(code_video).innerHTML = '<object id="my'+code_video+'" width="'+width+'" height="'+height+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/17585550001?isVid=1&isUI=1&publisherID=1898269467" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="playerID='+code_player+'&domain=embed&@videoPlayer='+code_video+'&autoStart=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><param name="@videoPlayer" value="'+code_video+'"/><embed src="http://c.brightcove.com/services/viewer/federated_f9/17585550001?isVid=1&isUI=1&publisherID=1898269467" bgcolor="#FFFFFF" flashVars="playerID='+code_player+'&&domain=embed&@videoPlayer='+code_video+'" base="http://admin.brightcove.com" name="my'+code_video+'" width="'+width+'" height="'+height+'" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
	video_omniture(nombre_video);
}


    
    






