Skip to content Skip to sidebar Skip to footer

Loading Audio Element After Dynamically Changing The Source

I have a couple of audio elements that appear in the body of my page. They look like this.

Solution 2:

This is tricky. I would try replacing the whole <audio> element instead of just changing its source. This way, the new audio element hasn't been added to the page, so it will be forced to load the file.


Solution 3:


Post a Comment for "Loading Audio Element After Dynamically Changing The Source"