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>
每个人都可以帮助我吗?
谢谢