Forum Discussion
Continuous background music in Storyline 360
- 12 months ago
Hi everyone!
Good news! I'm happy to share that we just released Storyline 360 (Build 3.81.31200.0), which includes a feature to control the background audio for each slide using triggers to play, pause, or stop the playlist.
This was highly requested, so we hope it serves you in your course creation! If you run into any snags, don't hesitate to contact our team in a support case.
Continuous background music in Storyline 360 using JavaScript is good.
But the problem is that when we revisit the course using the bookmarking option to resume the course, the music is not playing.
What recommendations do you have for how to solve this issue?
Add the code to a Master Template. Then it will be triggered on every slide using that. To prevent unneccessary loading you can add a if/then to check if it already been loaded before... if so dont trigger it.. a boolean variable will do the trick for that.