Audio Element - load file after clicking play button

Hey there, we are struggling with loading audio files not on page load, but on play button.

We have a page where client sells mp3 clips and requested a slider, on which there are music images and player, which allows to preview clip. However after implementing solution, it appears that page loads almost 20 seconds, because there are so many files loading up.

In conclusion, is there any “Bricks way” to load audio only after running player, or we have to make widget that makes it this way?

Well for everyone who have same problem - I managed to make it work by selecting some preload in audio (in example auto), saving layout and then removing it making it none again.

Cheers, topic solved.