
player ready or not?
Greetings
I have the following code:
player.onReady = function() {
console.log(player.getState());
}
which displays "undefined", I can't figure out how to run some when the player is actually ready.
How can I do that?
Thanks in advance
greg