Jump to content

Safari Volume Control for MP3


jamesadrian

Recommended Posts

This code works fine when viewed in Firefox:

<audio controls>
  <source src="https://www.futurebeacon.com/JA3.mp3" type="audio/mp3">
  <source src="https://www.futurebeacon.com/JA3.ogg" type="audio/ogg">
  <p>Your browser doesn't support HTML5 audio.</p>
</audio>

However, when viewed in Safari, there is no on-screen volume control that the website visitor can use.

How can I add to the controls to accomplish this?

The page where this appears is here:

http://www.futurebeacon.com/JA3.htm

Thank you for your help.

 

Jim Adrian

jim@futurebeacon.com

 

 

Edited by jamesadrian
Link to comment
Share on other sites

Trouble is, your html is so messed up with invalid html, i don't want to possibly waste my time trying to fix something, if all that is required is you fix the invalid html in the first place!

https://validator.w3.org/

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...