dzslides icon indicating copy to clipboard operation
dzslides copied to clipboard

Integrate and control third party videos

Open hsablonniere opened this issue 12 years ago • 2 comments

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 :

  • autoplay on slide
  • no autoplay with the url argument
  • ...

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

hsablonniere avatar Jun 20 '12 20:06 hsablonniere

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

reagle avatar Jun 21 '12 15:06 reagle

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

hsablonniere avatar Jun 22 '12 12:06 hsablonniere