I\'ve just noticed that the Youtube events (onReady, onStateChange) are no longer firing when I am testing in my local, but works when I upload the code to JsFiddle. I\'ve d
I had put in a fix that implemented the "origin=" param, fixing the original bug and firing state change events.
Now having that origin param is causing the bug. Removed the param, and it works again.