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!
Got it working, I modified the code somewhat.
Place the embed code under the <!-- Version comment....
This is just for a straight play, no looping. Swap out your music file name, and reisze it to 1x1. I have it as 100x100 just so you can see where it goes. Give it a go!
<!-- version: 2.6.1507.2315 -->
<embed src="yourmusicfile.wav" autostart="true" loop="false" width="100" height="100" > </embed >