For my application, I need to pre-load numerous audio files (about 20).
I am aware that I could use a series of <audio>
tags with the preload
attribute, but having loads of these doesn't seem to be the most orderly approach.
Any suggestions that would enable a single audio player to be used would be gratefully received.