Loop does not work combined with an action.

May 08, 2019

Hello! I have a problem in my project, I want to put a song in a loop, the music only plays when I export for flash / html5 and flash, but the movement of the character that is using the arrow keys does not work when I try to export in html5 even doing the whole process to add the music using the code

<audio autoplay> d
<audio controls = "controls" autoplay = "" loop preload = "preload">
   <source src = "jungle_bko.mp3" type = "audio / mpeg">
</ audio>

the music does not spin, but the girl's action works perfectly. I do not understand why this conflict is happening, I'd like some help.

Be the first to reply

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