I’m curious about something… Previously, you had to also include alternate format audio files, along with the mp3 one… and then that seemed to go down to only needing you to supply 2… and now it seems like all browsers support mp3s… but, I wanted to just verify that.
My new site requires a simple mp3 player (for sample clips of music). Just a play/stop button is all I need.
I frequently see what appears to just be the skins/elements for Bootstrap audio players, but I assume there’s no functionality built into them (they are just the interface elements).
The few audio players I do find online utilize an swf file… and I wasn’t sure if that is still something that should be used. Or, is that just there as a fallback, and not the main method? The whole point of me doing the new version of my site is to make it not rely on Flash (and to make it mobile friendly)… so, again, I just wanted to be sure of the proper way to be doing this.
I would have assumed I’d use the HTML5 tag… but, like so many newer things, that doesn’t have full browser support, and apparently requires fallback code. That’s probably a bit beyond me, so I’m just trying to find something that is a bit more old-school, but compatible.