1
I have a list of mp4 movies on the page in a list li are 1000 links that open directly in the browser.
The point is that I created an iframe that receive the links will target a few links it starts a download of mp4.
So I wanted to use instead of iframe the Html5 video tag that works and displays the movie without downloading.
Only I don’t want to create 1000 video tags but only one that changes the src attribute according to the clicked link.