I have a list of mp4 movies on the page in a li list and there are 1000 links that open directly in the browser.
The issue is that I created an iframe that receives the links it will target plus some links it starts a mp4 download.
So I wanted to use instead of the iframe the html5 video tag that works and displays the movie without downloading.
I do not want to create 1000 video tags, but only one that only changes the src attribute according to the clicked link.