dryhurst / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repeat: true doesn't loop the video on Safari 5.1.7

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Visit http://helloworld.com.au/holder in Safari 5.1.7


What is the expected output? What do you see instead?
Expected the video to loop, but is running until the end of the video then 
stopping

What version of the product are you using? On what operating system?
Tubular 1.0, Safari 5.1.7, jQuery 1.8.3, OSX 10.6

Please provide any additional information below.


Original issue reported on code.google.com by jbadla...@gmail.com on 26 Nov 2012 at 11:30

It seems this can be fixed by adding:

player.pauseVideo();
player.playVideo();

after player.seek(options.start) in window.onPlayerStateChange

Original comment by john.lin...@gmail.com on 30 Dec 2012 at 11:32

I add 
player.pauseVideo();
player.playVideo();

after player.seek(options.start) in window.onPlayerStateChange and no found....

Original comment by vasportd...@gmail.com on 13 Jan 2014 at 4:09