Course Content

How to Embed an Mp3 Audio


Murray Gray in Course Content

Oct 01, 2023 - 1 min read. Available on all plans.

Table of Contents

How to Embed an Mp3 Audio Player in Your Training Notes

You may want to add audio mp3's to your course that you DON'T want to be downloadable by students.

Here's how to do that.

First, you’ll need to have your mp3 file hosted somewhere online, such as Dropbox.

NOTE: For this to work, the direct link to your mp3 MUST contain the words "mp3". (A file hosted on dropbox will work for this, as shown in the tutorial below).

You’ll grab the direct link for the mp3 file, and embed it in your Training Notes in Step 3. Here's how to do it..

Styling updates to the audio player

To center the player on the page:

[class$="audioplayer"] {
  margin: auto;
}

3