Watch YouTube Videos Without Flash
Thursday, November 24, 2011 2:20:34 AM
In my little experiment about using the Web without a Flash player, as I mentioned earlier, it becomes hard to be able to view YouTube videos. The funny thing is that I noticed that most of the time I can see videos which have been put on blog post. These videos are added through an iframe.
Under each video, there is a feature to be able to share a video. Then a button which says Insert (Insérer in French). A piece of html code (the iframe) appears. You can cut the URI included there, and just paste it into the address bar of your browser… and magic it is working.
So as I said earlier, we can do better. Specifically YouTube (Google) this time.
Update : It could deserve an automatic fallback but there is a way to opt-in into HTML5 video
Under each video, there is a feature to be able to share a video. Then a button which says Insert (Insérer in French). A piece of html code (the iframe) appears. You can cut the URI included there, and just paste it into the address bar of your browser… and magic it is working.
So as I said earlier, we can do better. Specifically YouTube (Google) this time.
Update : It could deserve an automatic fallback but there is a way to opt-in into HTML5 video

Jarek Wilkiewiczwjarek # Thursday, November 24, 2011 3:11:24 AM
In case you're interested in how we make the determination whether content is playable with HTML5 player vs Flash, we have a Google I/O presentation about it. You can find it here: http://apiblog.youtube.com/2011/05/youtube-google-io-iframe-player-api.html.
Thanks!
Jarek Wilkiewicz
Karl Dubostkarlcow # Thursday, November 24, 2011 3:19:10 AM
What I would suggest is
1. Have an automatic fallback when the user doesn't have a flash plug-in.
2. Give a message to inform users they can opt-in to HTML5.
Thanks for the references.
Jarek Wilkiewiczwjarek # Thursday, November 24, 2011 5:56:34 AM
Thanks!
Jarek
Karl Dubostkarlcow # Thursday, November 24, 2011 12:26:12 PM