Force HTML5 youtube video
I’ve found the solution : You have to add the html5=1 in the src attribute of the iframe : <iframe src=”http://www.youtube.com/embed/dP15zlyra3c?html5=1″></iframe> The video will be displayed as HTML5 if available, or fallback into flash player.