How to preload a sound in Javascript?

前端 未结 6 1668
伪装坚强ぢ
伪装坚强ぢ 2020-11-27 13:15

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

6条回答
  •  清酒与你
    2020-11-27 13:29

    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).

提交回复
热议问题