file://www.youtube.com/iframe_api Failed to load resource: net::ERR_FILE_NOT_FOUND
GoogleCodeExporter opened this issue · comments
Google Code Exporter commented
In line 133 should be:
tag.src = 'http://www.youtube.com/iframe_api';
instead of:
tag.src = '//www.youtube.com/iframe_api';
Otherwise, the console complains "file://www.youtube.com/iframe_api Failed to
load resource: net::ERR_FILE_NOT_FOUND"
Original issue reported on code.google.com by Kirin1...@gmail.com
on 4 Dec 2014 at 10:54