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!
For what it's worth, I tried and then modified the code a bit to successfully get the audio.mp3 to play as a background track. Sad part? I would not play in FireFox. So...back to the drawing board.
Here is the code I used. I only included the <DIV> tag in my example so you would know where in the story.html file I put the <EMBED> tag. See the following.
<EMBED SRC="05 Sensual Sophis-Ti-Cat.mp3" AUTOSTART=TRUE LOOP=TRUE WIDTH=1 HEIGHT=1 ALIGN="CENTER">
</EMBED>
<DIV id='divEmail' style="position: absolute; width: 10; height: 10; left: 10; top: 10; visibility:hidden" ></DIV>
<DIV id='divWebObjects'></DIV>
</body>
</html>