dzslides
dzslides copied to clipboard
Integrate and control third party videos
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/
Would the new getIFrame(), which returns the DOM node for the IFrame embed, be of any help?
I think that's what mediaelement.js
uses. Thanks.