Currently I'm working with html5 videos and a JavaScript slider. The thing is that as the slider should work even if there's just one slider so what I'm doing for this is to duplicate through PHP the slide so the transition remains.
The problem is that as I duplicated the video, the browser is loading the same file twice! (Remember, I duplicated so they have both the same src). Would it be possible to avoid it? I need to load the videos before starting the script as I can not have delay.
Any idea?