web/static/res/js/incplayer.js
changeset 19 26ab64495127
parent 18 f6232b308fbd
child 36 6cd5bc3dc7a2
equal deleted inserted replaced
18:f6232b308fbd 19:26ab64495127
   294 		this.logi("hd");
   294 		this.logi("hd");
   295 	};
   295 	};
   296 
   296 
   297 	this.displayPlayButton = function(playIcon)
   297 	this.displayPlayButton = function(playIcon)
   298 	{
   298 	{
       
   299 		/*
   299 		if (playIcon) {
   300 		if (playIcon) {
   300 			// Controller display
   301 			// Controller display
   301 			this.playButton.src = 'static/res/img/ctrlplayover.jpg';
   302 			this.playButton.src = 'static/res/img/ctrlplayover.jpg';
   302 	    	this.playButton.onmouseover = function() {this.src='static/res/img/ctrlplayover.jpg';}; 
   303 	    	this.playButton.onmouseover = function() {this.src='static/res/img/ctrlplayover.jpg';}; 
   303 	    	this.playButton.onmouseout = function() {this.src='static/res/img/ctrlplay.jpg';};
   304 	    	this.playButton.onmouseout = function() {this.src='static/res/img/ctrlplay.jpg';};
   305 			// Controller display
   306 			// Controller display
   306 			this.playButton.src = 'static/res/img/ctrlpauseover.jpg';
   307 			this.playButton.src = 'static/res/img/ctrlpauseover.jpg';
   307 	    	this.playButton.onmouseover = function() {this.src='static/res/img/ctrlpauseover.jpg';}; 
   308 	    	this.playButton.onmouseover = function() {this.src='static/res/img/ctrlpauseover.jpg';}; 
   308 	    	this.playButton.onmouseout = function() {this.src='static/res/img/ctrlpause.jpg';};
   309 	    	this.playButton.onmouseout = function() {this.src='static/res/img/ctrlpause.jpg';};
   309 		}
   310 		}
       
   311 		*/
   310 	};
   312 	};
   311 		 
   313 		 
   312 	// --------------------------------------------------------------------------------------------------------------------
   314 	// --------------------------------------------------------------------------------------------------------------------
   313 	// Tools Functions
   315 	// Tools Functions
   314 	// --------------------------------------------------------------------------------------------------------------------
   316 	// --------------------------------------------------------------------------------------------------------------------