equal
deleted
inserted
replaced
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 // -------------------------------------------------------------------------------------------------------------------- |