VideoJS - 没有按钮工作(点击任何按钮时页面重新加载)

时间:2015-02-06 20:14:03

标签: html5 video html5-video video.js

我正在尝试在我的网站上使用VideoJS。

我尝试按照指令freom官方网站进行操作并复制到<head>以下代码:

<link href="http://vjs.zencdn.net/4.11/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/4.11/video.js"></script>

进入下面的身体:

<video id="MY_VIDEO_1" class="video-js vjs-default-skin" controls
       preload="auto" width="640" height="264" poster="http://www.ephotobay.com/image/birds-wallpaper-8-chai3721post.jpg"
       data-setup="{}">
    <source src="/member/createCompany/getVideo/1.flv"  type='video/mp4'>
    <source src="/member/createCompany/getVideo/1.flv" type='video/webm'>
    <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
</video>

视频播放效果很好,但没有按钮工作(只有播放/停止按钮有效):

enter image description here

当我点击红色(图片上)按钮 - 页面重新加载

你能告诉我我错了什么吗? 的 P.S。 **P.S.**

0 个答案:

没有答案