视频在Safari(从Windows)中无效,但在Mozilla和chrome中工作

时间:2015-10-03 06:17:55

标签: javascript jquery html5 video safari

我在this网站工作。主页中的视频在mozilla,谷歌浏览器和Mac中的safari工作正常,但在Windows中没有在safari中工作。我正在使用的代码是,

Joy Christian Academy

点击此处播放

<div class="popmain_video" style="display: none;">
<span class="button b-close">X</span>
<video id="embed_container" class="video-js vjs-default-skin" poster="http://joychristianacademy.com/wp-content/uploads/2015/07/slider1.png" preload="" controls="controls" width="80%" height="360">
<source src="http://joychristianacademy.com/wp-content/uploads/2015/09/Jo(H.264).mov">
<source src="http://joychristianacademy.com/wp-content/uploads/2015/09/409838752.mp4">
</video>

请帮我找一个解决方案。 感谢

1 个答案:

答案 0 :(得分:0)

Safari for Windows不正式支持HTML 5.0或更高版本。 这可能对你有所帮助, https://superuser.com/questions/870133/html5-video-tag-not-supported-in-safari-5-1-on-windows-7