kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

HTML5 embed is not working as expected #150

Closed reydelleon closed 11 years ago

reydelleon commented 11 years ago

I'm using the embed_html5 method to show a video in my page. Tha problem is that when I load the page, I'm getting the common Flash player youtube privides. I was expecting a

chebyte commented 11 years ago

youtube html5 use iframe, this behavior is expected

http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html

thanks