i am making a webpage with a video that plays all the time. i want this video to replay without loading the video from the internet everytime. i tried the following code:
<iframe id="frametube" allowfullscreen="1" width="100%" height="700px" src="https://www.youtube.com/embed/xxx?version=3&loop=1&playlist=xxx&autoplay=1" frameborder="0"
style="position:absolute;"></iframe>
but everytime the video ends, it reload again! how can i prevent this? if you check www.kolor.com the video continue playing and looping even if you turned off the internet after the first replay
Link: http://stackoverflow.com/questions/7281765/youtube-iframe-embed-auto-play – David May 08 '17 at 13:56