I can preload images easily thanks to the onload function. But it doesn\'t work with audio. Browsers like Chrome, Safari, Firefox, etc. don\'t support the
onload
Did you try making an ajax request for the file? You wouldn't show/use it until it was all the way loaded.
E.g. jQuery: How do you preload sound? (you wouldn't have to use jQuery).