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.

The Youtube Player API has a bunch of functionality that I'm interested in, such as the chromeless player, playback statistics (where you can see the current state of the player, current time etc) and the ability to set volume levels.

But I've been using the new iframe embed style. Is there a way to use those features with the new style? If not, does anyone know if/when there will be a way? Thanks for reading.

share|improve this question

1 Answer

up vote 3 down vote accepted
+50

The new iframe ebmed style uses the html5 video tags, so the old api wont work. Perhaps considering javascript to modify the player, but at that point I don't know for another way ding it. It very new...

share|improve this answer

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.