chathuraj / jquery-tubular

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

Sudden stop of autoplay #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Open www.castingcouture.com/index5.html

What is the expected output? What do you see instead?

The video should start automatically. Youtube video doesn't start automatically 
like it should and as it did couple of weeks ago. 

What version of the product are you using? On what operating system?

Latest version (copyright 2010??). Chrome/Firefox on Win7. 

Please provide any additional information below.

Your great js was working perfectly until couple of days ago, when the videos 
stopped autoplaying. 
Thank you for the support and the good work! 

Original issue reported on code.google.com by miglen.b...@gmail.com on 16 May 2012 at 8:33

GoogleCodeExporter commented 8 years ago
Hello, i would like to apologize for this issue.
Turns out that the new version of the jq plugin fixes the issue i stated 
yesterday.
So for the users who are experiencing the same problem please update to 
jquery.tubular.0.2.1.
Thank you.

Original comment by miglen.b...@gmail.com on 17 May 2012 at 11:37

GoogleCodeExporter commented 8 years ago
Updated version 1.0 should be more reliable.

Original comment by seanmcca...@gmail.com on 1 Oct 2012 at 10:37

GoogleCodeExporter commented 8 years ago
How do I get the video to auto play? I have the video showing the first frame 
and play button but it does not work. 

    <script>
    $(function(){
      $("#main-video-wrap").ready(function() {
            $('#main-video-wrap').tubular({videoId: '_ONH6-9K4ho'}); 
       });
    });
    </script>

Original comment by omgjt...@gmail.com on 18 Nov 2013 at 9:08