Pre-load audio files at the client-side for later use
- by awj
I'm building an online test which implements audio (mp3) using the native audio player (i.e. non Flash-based).
The test shows one question at a time and loads each subsequent question asynchronously.
Some questions have an accompanying audio file, others don't, and the audio files can be several MB in size.
So what I'm hoping to do is to preload…