gastelo / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Video doesn't load at the first time, Internet Explorer 9 #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm implementing a tubular solution, as described in the demo and 
tutorials. It all works fine and dandy except in Internet Explorer 9: it never 
loads the video at the first time I load de page. It only loads it when I 
refresh the page...

What can I do to make it work all the time? Thanks in advance for your support.

Original issue reported on code.google.com by pixelpi...@gmail.com on 5 Jan 2013 at 11:14

GoogleCodeExporter commented 8 years ago
Having the same issue in all browsers. Did anyone work out a fix?

Original comment by j...@jackmcgurran.com on 1 May 2014 at 9:43

GoogleCodeExporter commented 8 years ago
Hello, same problem here. In Chrome too, first time, video not loading....
Please Help.

Original comment by tonyinfa...@gmail.com on 2 Jul 2014 at 7:47

GoogleCodeExporter commented 8 years ago
This issue is (I believe) to do with the YT api not firing its ready event. 
I've come up with a bit of a workaround: I included the api call in the head of 
the page manually, then altered the tubular script - I replaced the 
window.onYouTubeIframeAPIReady = function() with a setTimeout() with 1000ms 
delay. This assumes the page will load the api script in time then when the 
Tubular code fires it'a ll ready to go.

Original comment by untok...@googlemail.com on 14 Nov 2014 at 5:22

GoogleCodeExporter commented 8 years ago
Can you paste the code here?

Original comment by mufaddal...@rbbideas.com on 1 Jun 2015 at 11:21