1

It seems the YouTube iframe API is broken or undocumented changes have been made. Even the example from the documentation does not work correctly. onYouTubeIframeAPIReady() is not called and manually triggering the stopVideo() function throws an error on their example.

Calling the stopVideo function from their example produces the following error:

TypeError: Object #<T> has no method 'stopVideo'

Also noticed loadVideoById() no longer works either.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

1 Answers1

0

This is an acknowledged issue at the moment that could take "several more hours" to complete.

Here is the issue report: https://code.google.com/p/gdata-issues/issues/detail?id=4706

In addition, bugs should generally be reported here instead of Stack Overflow: https://code.google.com/p/gdata-issues/issues/list

Matt Koskela
  • 5,269
  • 3
  • 26
  • 29