New plugin: media (#676)

The media plugin can autoplay and autopause/autostop <audio> and <video> elements when entering and leaving a step.

Support for impressConsole: don't autoplay in preview window and play but mute clips in current window.
This commit is contained in:
Holger Teichert
2018-03-17 15:33:34 +01:00
committed by Henrik Ingo
parent 09b5d46c85
commit c09ce88749
5 changed files with 503 additions and 2 deletions

View File

@@ -555,7 +555,7 @@
//Btw, you can also launch console automatically:
//<div id="impress" data-console-autolaunch="true">
if ( root.dataset.consoleAutolaunch === 'true' ) {
window.open();
open();
}
};