background music

Apr 19, 2018

Is there a step by step tutorial or storyline file to show how to have background music. I have done this before a few years ago but can only find bits and pieces from the discussions not the whole process

thank you  

3 Replies
Mateusz Szuter

Hi Jane,
Here I wrote some tutorial about background music. If you want to only have background music, just put

<audio autoplay loop id="myAudio">
<source src="bg.mp3" type='audio/mp3'>
</audio>

somewhere after <body> tag in your story.html and story_html5.html file.

And of course put bg.mp3 file in main output folder, where the story.html file is.

This discussion is closed. You can start a new discussion or contact Articulate Support.