Is it possible to have a webpage where on buttonClick, JQuery goes fetches a certain few URLs to MIDI files, and instead of them playing automatically, they are played on demand ?
<a href="bach.mid">Bach</a>
<a href="beethoven.mid">Beethoven</a>
I want to be able to eagerly fetch them into an array of objects and play them on demand.
midis[0].play// or something like that