Skip to content Skip to sidebar Skip to footer

Youtube Html5 Video Player Fallback With Player Api (v2)

I'm trying to use the youtube javascript player api to embed youtube videos into my site and control them via clickable thumbnails / javascript. I thought that the youtube player w

Solution 1:

Ah - this was a bit hidden away, but I was using the wrong API. Apparently the HTML5 fallback feature only works with the iframe API, documented here:

http://code.google.com/apis/youtube/iframe_api_reference.html#Loading_a_Video_Player

Switched to this and it worked pretty well.

Post a Comment for "Youtube Html5 Video Player Fallback With Player Api (v2)"