VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Mar 2009
    Location
    United States
    Search Comp PM
    I'm looking for help with the html5 video player at www.video.js.com.
    I have several players on a web page and the issue that I'm trying to figure out now is why, in Safari, the play buttons look like this (see attached image)?
    I look forward to any comments/insight you might have.
    Image Attached Thumbnails Click image for larger version

Name:	image22.png
Views:	371
Size:	24.9 KB
ID:	31372  

    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Can you set any size for the button images? How does your html and javascript code look like?

    And I recommend stackoverflow for html/javascript issues. See https://github.com/videojs/video.js/wiki/Support
    Quote Quote  
  3. Member
    Join Date
    Mar 2009
    Location
    United States
    Search Comp PM
    Thanks for your reply.
    I have these in the header:

    <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <script type="text/javascript">
    document.createElement('video');document.createEle ment('audio');document.createElement('track');
    </script>

    <link href="http://www....com/video-js-4.12.5/video-js/video-js.css" rel="stylesheet">
    <script src="http://www....com/video-js-4.12.5/video-js/video.js"></script>
    <script>videojs.options.flash.swf = "http://www....com/video-js-4.12.5/video-js/video-js.swf"</script>

    <script>
    videojs("_1200k.mp4", {}, function() {});
    </script>

    And this now on the html page:
    <video id="vid2" class="video-js vjs-default-skin" preload="none" width="140" height="120"
    poster="http://www....com/img/test.jpg" controls data-setup='{}' controls>
    <source src="http://www....com/1video/test.mp4" type="video/mp4" />
    </video>

    Any comments or insight you can share will be appreciated.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!