Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I will be writing an application that uses the youtube API for videos. I want to integrate it with canvas. Is there anyway to make sure I get HTML5 compatible videos through the API calls?

share|improve this question

1 Answer

up vote 0 down vote accepted

In case you mean using <video />: the only way to embed YouTube-videos is <object /> or <iframe />. So, embedding via <video /> is not possible at this point and will most likely never be.

In case you mean validity: Both available options are valid in HTML5.

With the IFrame API, YouTube may use HTML video instead of Flash, but this can't be set manually. See this.

share|improve this answer
Thanks that explains it. Guess there is no viable option to use it with Canvas. Thanks! – james Feb 29 '12 at 3:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.