function sendEvent(swf,typ,prm) { 
  thisMovie(swf).sendEvent(typ,prm); 
};
function getUpdate(typ,pr1,pr2,swf) {
	if (typ == 'state'){
			if (pr1 == 1){
				document.getElementById("status").style.visibility = 'visible';
			}else{
				document.getElementById("status").style.visibility = 'hidden';
			}
	}
};
function thisMovie(swf) {
  if(navigator.appName.indexOf("Microsoft") != -1) {
    return window[swf];
  } else {
    return document[swf];
  }
};

    <!-- ;
		function ver_video(nombre){
		   var so = new SWFObject("mediaplayer.swf", "jstest", "624", "396", "0", "#FFFFFF");
		   //so.addParam("allowfullscreen","true");
		   so.addParam("allowfullscreen","false");
		   so.addVariable('autostart','true');
	  	   so.addVariable("width","624");
		   so.addVariable("height","396");
		   so.addVariable("file","flvprovider.php?file="+nombre);
		   so.addVariable("logo","http://test.teleweb.es/imagenescss/logo_marcamallorca.png");
		   so.addVariable('recommendations','recommendations.xml');
		   so.addVariable("type","flv");
   		   so.addVariable("config","config.xml");
		   so.addVariable("bufferlength","10");
		   so.addVariable('javascriptid','jstest');
		   so.addVariable('enablejs','true');
		   so.write("flashcontent1");
	};
	

	-->flow-player-files
