top of page

Storyline 360: Animation

To add music to the animation, apply the following code to the published story_html5 file:

​

<audio src="Happy.mp3" preload="auto" autoplay loop></audio>

*Happy.mp3 is your music file*

​

The above code must be placed before the </html>. Finally, the mp3 file must be placed in the root folder of the published folder.

bottom of page