Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Feb 2, 2016 · 2 comments
Open

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

GoogleCodeExporter opened this issue Feb 2, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant