Forum Discussion
Playing Background music across all slides - Storyline 360
- 2 years ago
Hi everyone!
I have some great news to share. We just released another update for Storyline 360. In Update 74, we've included important fixes and new features.
One of the new features we've included is:
- Create immersive experiences with continuous background audio that sets the tone and keeps learners engaged.
Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You'll find our step-by-step instructions here.
Please let me know if you have questions!
What if I want the music to play only during a few selected slides? This is because I have videos that launch in between sections.
- OwenHolt5 years agoSuper Hero
Execute JS at the start of those slides to pause the current audio.
The java script pause() method halts (pauses) the currently playing audio and is often used together with the play() method.