Glad I could help!
One last fix - we better use:
kdp.kBind( "playing", function(){
this.style.opacity = 1;
});
No need to select the player DIV a second time...
Glad I could help!
One last fix - we better use:
kdp.kBind( "playing", function(){
this.style.opacity = 1;
});
No need to select the player DIV a second time...