控制栏不会在safari ipad上禁用(视频html5)

时间:2013-02-19 07:56:53

标签: html5 jwplayer

在safari ipad上禁用控制栏(视频html5)

<script type="text/javascript" src="jwplayer.js"></script>

<video height="270" width="480" id="myVideo" >
<source src="video.mp4" type="video/mp4">

</video>

<script type="text/javascript">

jwplayer("myVideo").setup({
controls:false,
'controlbar':'none',
modes: [
{ type: 'html5' },
{ type: 'flash', src: 'player.swf' }
]
});
</script>

每个人都可以帮助我吗?

由于

0 个答案:

没有答案