paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
934 stars 255 forks source link

Integrate and control third party videos #92

Open hsablonniere opened 12 years ago

hsablonniere commented 12 years ago

As of today you can integrate videos from third party websites like YouTube or Vimeo using their HTML5 embedding iframe. The flash version won't work properly (see #87 for more details).

We need a way to have same behaviour as classic direct video tag usage :

This could be useful : http://johndyer.name/html5-video-wrapper-for-youtube-and-vimeo-api-mediaelement-js/

reagle commented 12 years ago

Would the new getIFrame(), which returns the DOM node for the IFrame embed, be of any help?

hsablonniere commented 12 years ago

I think that's what mediaelement.js uses. Thanks.