I've been trying to run a youtube video with an iframe, and everytime i reload the page i get the following error on the console:
GET www.youtube.com/embed/9kkjr4qcrkE?rel=0&controls=0&showinfo=0;autoplay=1;:1
file://www.youtube.com/embed/9kkjr4qcrkE?rel=0&controls=0&showinfo=0;autoplay=1; net::ERR_FILE_NOT_FOUND
I dont have any mistakes in my html so i'm really mad about this and cant seem to find the solution:
<div id="content">
<iframe width="853" height="480" src="//www.youtube.com/embed/9kkjr4qcrkE?rel=0&controls=0&showinfo=0;autoplay=1;" frameborder="0" frameborder="0" allowfullscreen=""></iframe>
</div>
Thanks in advance for looking over, if you need more code just ask!