You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do a fullscreen slideshow with reveal.js, and I'd like to autoplay an audio file that would span all the subsequent slides.
The way I'm doing the slides is using data-background="img/foo.jpg" as it's the only way I found that actually does real fullscreen.
The downside being that audio files from one slide stop playing when moving to the next.
What would be the easiest way to accomplish this?
I've been thinking about interacting with events, but I didn't find anything in the documentation about interacting with <audio> elements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to do a fullscreen slideshow with reveal.js, and I'd like to autoplay an audio file that would span all the subsequent slides.
The way I'm doing the slides is using
data-background="img/foo.jpg"
as it's the only way I found that actually does real fullscreen.The downside being that audio files from one slide stop playing when moving to the next.
What would be the easiest way to accomplish this?
I've been thinking about interacting with events, but I didn't find anything in the documentation about interacting with
<audio>
elements.Beta Was this translation helpful? Give feedback.
All reactions