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.
+ Reply to Thread
Results 1 to 3 of 3
-
-
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 -
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.
Similar Threads
-
Video Conversion/Compatibility Question flv->Win Media Player, Mac Player
By charlestek in forum Video ConversionReplies: 7Last Post: 18th Nov 2014, 14:05 -
Video Files Not Showing up on xbox using System Video Player
By isisism in forum Software PlayingReplies: 2Last Post: 10th Feb 2014, 00:41 -
GOM Player How can I make GOM Player open every video with same defaults
By KJS in forum Newbie / General discussionsReplies: 2Last Post: 11th Sep 2013, 21:53 -
Resize a video to fit an in car video player
By _oldnich in forum Newbie / General discussionsReplies: 5Last Post: 15th Aug 2013, 14:30 -
iPhone 3GS Wi-Fi/Safari Difficulties
By Squid_uk in forum Off topicReplies: 0Last Post: 31st Jul 2010, 05:34