hasMobi / jquery-tubular

jQuery tubular is a plugin that places a YouTube video of your choice into your page as a background.
http://www.seanmccambridge.com/tubular/
MIT License
3 stars 3 forks source link

file://www.youtube.com/iframe_api Failed to load resource: net::ERR_FILE_NOT_FOUND #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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