I need to play N audio files sequentially on the web page.
the initial idea is to use js to control the < video > tag and play it one by one sequentially, but after playing one, it takes a while to load the next audio file from the network, which leads to a brief pause. How can the problem of pause be solved?
wants to preload the audio file with the preload attribute of the < video > tag, but the mobile browser and Wechat"s built-in browser do not support the preload attribute.
< hr >add that it is found that some browsers do not support the preload attribute, such as https://developer.mozilla.org.
.