I am trying to find out if there is a callback when the player no longer has .
I use onPlayerBuffering: function(){};right now when the player starts buffering, but I can not find anything that does the opposite.
onPlayerPlaying: function(){};doesn't seem to work after player buffers.
Does anyone know if this is possible?
In addition, I use the Nirvana Tikku jquery-youtube pluggin , a callback list here and here ... None of them will do the job?
THANK!!
source
share