gastelo / jquery-tubular

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

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

Open GoogleCodeExporter opened 8 years ago

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

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

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