Forum Discussion
JacksonHamner
10 years agoCommunity Member
Background Music Demo
I made a demo featuring background music that goes through the whole course (doesn't change from slide to slide). The user can chose from four songs to listen to and can adjust the volume, and the s...
iouliaKornbe475
5 years agoCommunity Member
I know this is a VERY old post but I'm trying to do the same with no luck.
Please note that I don't know anything about coding, I'm just following instructions!
I am publishing to LMS using SCORM 1.2. I tried to add this Javascript (see bold)
</head>
<body style="background: #282828" class="cs-HTML theme-unified">
<audio src="NAMEOFFILE.wav" id="bgSong" preload="auto" autoplay loop></audio>
<!-- 360 -->
<script>!function
I'm still getting NO audio. Anyone have any thoughts?