web/static/js/LdtPlayer.js
changeset 49 af3778eab5e8
parent 39 b620041cc891
child 53 1fcf0bd88ba3
equal deleted inserted replaced
40:06e691528710 49:af3778eab5e8
   148 
   148 
   149 	function createPlayer(width,height,url,duration,streamerPath,MySwfPath) {
   149 	function createPlayer(width,height,url,duration,streamerPath,MySwfPath) {
   150 	
   150 	
   151 		myUrlFragment = url.split(streamerPath);
   151 		myUrlFragment = url.split(streamerPath);
   152 		file = myUrlFragment[1];
   152 		file = myUrlFragment[1];
   153 		alert(url+" = "+streamerPath+" + "+file);
   153 		//alert(url+" = "+streamerPath+" + "+file);
   154 		streamer = streamerPath;
   154 		streamer = streamerPath;
   155 		//alert(" StreamerPath : "+streamer+" - "+file);
   155 		//alert(" StreamerPath : "+streamer+" - "+file);
   156 		//alert(" SwfPath : "+MySwfPath);
   156 		//alert(" SwfPath : "+MySwfPath);
   157 		
   157 		
   158 		var flashvars = {
   158 		var flashvars = {