I have added an audio clip to my website (the audio is an ogg file). In Firefox, the player is not shown when I go to the page. Upon refreshing, it appears for a second and then disappears. I'm not sure what could be causing this. The strange thing is that when I previewed the page from CoffeeCup in Firefox, the player was there and the audio worked.
Thank you in advance for any advice! Here's the link: http://myweb.chatham.edu/students/Saman … ammar.html
Audio in Firefox
You should try using a player instead of the <audio> tag.
http://amazingaudioplayer.com/
http://amazingaudioplayer.com/
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
<audio src="/test/audio.ogg">
<p>Your browser does not support the audio element.</p>
</audio>
<p>Your browser does not support the audio element.</p>
</audio>
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.