Forum Discussion
background music in Storyline
- 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!
Step to add background music:
1. Publish your story first
2. In the output folder, open story.html with notepad and edit the HTML code as below:
2a. First, find the coding -
2b. Add new coding underneath as follows:
2c. Change the "yourmusicfile.mp3" to your mp3 file name
3. Save the story.html
Hey Kenny,
The solution works but the audio does not loop. What could possible be wrong? Please let me know. This is the bode I entered before </body>
<embed src="riding_a_bicycle21.mp3" autostart="true" loop="infinite" width="2" height="0">
</embed>
<noembed>
<bgsound src="riding_a_bicycle.mp3" loop="infinite">
</noembed>
Thanks,
Hima