Chrome only Loading 6 HTML5 audio tags

前端 未结 5 1016
野趣味
野趣味 2021-01-01 23:10

We are working on project at wavestack.com and we are dealing with an issue that its giving us a hard time.

Our page is supposed to load many audio tags at the same

5条回答
  •  爱一瞬间的悲伤
    2021-01-02 00:07

    For future reference:

    It's bad practice to load them all at the same time because people with slow Internet speeds won't be able to use your website at all. All the downloads will make each download very slow.

    It's better to create an audio element dynamically with Javascript.

提交回复
热议问题