hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.91k stars 16.65k forks source link

Auto-play/pause no longer works with YouTube embeds #856

Closed reagle closed 10 years ago

reagle commented 10 years ago

This is a bug related to the feature implemented in #388 . If you look at the two slides following 1 in Chrome 33.0.1750.152 you see that neither iframe nor video pause upon advance. In FF 28 the video will pause, and the youtube iframe will not be displayed at all. Using a fresh git pull. It did used to work for me, but stopped at some point relatively recently.

hakimel commented 10 years ago

The video tag example is working for me in the same version of Chrome. It starts playing when entering the slide, and stops again when leaving it.

The YouTube iframe example is busted, trying to figure out the issue there now.

hakimel commented 10 years ago

Tried FF 27 too and had the same experience there: <video> works but not the YouTube iframe.

reagle commented 10 years ago

On my office computer I confirm that autopause is working with Chrome