Use of audio tag in Site Designer -...

User 2796102 Photo


Registered User
70 posts

I have been linking my audio files that are stored on my google drive to my web pages. Today I discovered that they won’t work in Microsoft Edge or Internet Explorer. I have read up on using the audio tag but I can’t figure out how to use it in Site Designer. Where would I put the .mp3 files? I assume that I would put the code snippets in an HTML element but what exactly do I put in there? I really wish Coffee Cup would just make a predone element I could paste in and then I could upload my audio files. An example of my page is listed below. It only works in Chrome though
https://www.laniermusicservices.com/gbsba.html

If you could help me, I would very much appreciate it.
User 2699991 Photo


Registered User
5,558 posts
Online Now

Phillip Lanier wrote:
I have been linking my audio files that are stored on my google drive to my web pages. Today I discovered that they won’t work in Microsoft Edge or Internet Explorer. I have read up on using the audio tag but I can’t figure out how to use it in Site Designer. Where would I put the .mp3 files? I assume that I would put the code snippets in an HTML element but what exactly do I put in there? I really wish Coffee Cup would just make a predone element I could paste in and then I could upload my audio files. An example of my page is listed below. It only works in Chrome though
https://www.laniermusicservices.com/gbsba.html

If you could help me, I would very much appreciate it.


what version of Site Designer are you using ?
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS

User 187934 Photo


Senior Advisor
20,293 posts
Online Now

Use an audio tag
<audio controls>
<source src="music/my-cool-music.mp3" type="audio/mp3">
<source src="music/my-cool-music.ogg" type="audio/ogg">
</audio>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2699991 Photo


Registered User
5,558 posts
Online Now

Here is a short video using Site Designer V3660 foundation with the audio element
https://youtu.be/5uGjSxxBZi0
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.