1
0
-1

I want to add music to a page. I have the file. How do I make it play on a page?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Here is how to use the HTML audio element and play an mp3.

      http://www.w3schools.com/html/html5_audio.asp

      1. You would Upload your mp3 to your Website > Files & Documents.
      2. Be sure to copy the full url of the mp3 file.
      3. You would then create a Custom Code Snippet with your embed code and add it to your web page.
        CommentAdd your comment...