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!
Hey Andy,
Sorry to jump in here. Just wanted to repost Kenny's code:
< embed src="yourmusicfile.mp3" autostart="true" loop="true" width="2" height="0" >
< /embed >
< noembed >
< bgsound src="yourmusicfile.mp3" loop="infinite" >
< /noembed >
I had to add some additional spaces so it would show up properly.
I hope this helps :)
Christine
- AlanElman11 years agoCommunity Member
The only thing missing from your repost is where to put the code... I put right after the < /head > and it worked. Thanks Heroes!