http://chimee.org/ 最简代码?
Posted fantasynoff
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
});
以上是关于http://chimee.org/ 最简代码?的主要内容,如果未能解决你的问题,请参考以下文章