I’ve been coding HTML templates for about 3 months now. I’ve experimented with HTML5 video (which has limited deliverability for most web clients), but about audio files?
Will I need to download a player and link that on my server along with the audio file?
All I want is a player that plays a short sound bite of what some of my products sound like.
What do I need to make that happen. Again, I’m just hard coding all this into HTML templates, I don’t use a email template editor.
You don’t actually need to use any extra players. HTML5 (or browsers) has a built-in audio and video players. For audio files, you just link to an audio file inside the <audio> element. (Same for videos inside the <video> element.)
There are lots of JS-based players that you can use. They add extra functionality, but they’re not essential—especially for something simple.
Why do you say that? All modern browsers deliver video just fine.