http://chimee.org/ 最简代码?

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>

<div class="chimee-container">
<video tabindex="-1"></video>
</div>

<script src="https://s3.ssl.qhres.com/!fd546749/chimee-player.browser.js" type="text/javascript"></script>

</body>
</html>


var aggdPlugin = ChimeePlayer.popupFactory();
ChimeePlayer.install(aggdPlugin);

var player = new ChimeePlayer({
wrapper: '.chimee-container',
src: location.protocol+'//chimee.org/vod/1.mp4',
isLive: false,
box:'native',
autoplay: false,
controls: true
});

猜你喜欢

转载自www.cnblogs.com/fantasynoff/p/12791796.html
今日推荐