23 lines
656 B
HTML
23 lines
656 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>ckplayer只调用html5播放器</title>
|
|
</head>
|
|
<body>
|
|
<div id="a1">
|
|
</div>
|
|
<script type="text/javascript" src="ckplayer/ckplayer.js" charset="utf-8"></script>
|
|
<script type="text/javascript">
|
|
var flashvars = {
|
|
p: 0,
|
|
e: 1,
|
|
i: 'http://www.ckplayer.com/static/images/cqdw.jpg'
|
|
};
|
|
var video = ['/1_0.mp4->video/mp4'];
|
|
var support = ['all'];
|
|
CKobject.embedHTML5('a1', 'ckplayer_a1', 600, 400, video, flashvars, support);
|
|
</script>
|
|
</body>
|
|
</html>
|