I am developing a game where in I have number of audio file to be loaded before the actual game start. I have 60 to 90 audio files. I load them and play one by one. The loading functionality is through CreaJS Lib. The audios are playing fine on Chrome and Mozilla successfully. But I have issue on IE9.
How we can preload audios and run them one by one on IE9.
Any suggestion ?