General Category > Suggestion Box

Youtube embed should fall back on HTML5 player

(1/1)

Ironchew:
I have Flash disabled on this machine. I can usually watch Youtube videos on sites that use the HTML5 embed but FQA doesn't do that.

Is it a simple fix?

EDIT: Here's what I get in the source for FQA's embed:

--- Code: ---<embed src="http://www.youtube.com/v/[VIDEO TAG]&amp;rel=1&amp;fs=1" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="never" wmode="transparent" width="425px" height="350px"><noembed><a href="http://www.youtube.com/watch?v=[VIDEO TAG]" target="_blank">http://www.youtube.com/watch?v=[VIDEO TAG]</a></noembed></embed>
--- End code ---

An example of the HTML5 embed from another site:

--- Code: ---<iframe width="425" height="350" src="https://www.youtube.com/embed/[VIDEO TAG]" allowfullscreen></iframe>
--- End code ---

Navigation

[0] Message Index

Go to full version