-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5live.html
More file actions
29 lines (26 loc) · 1.45 KB
/
5live.html
File metadata and controls
29 lines (26 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="all" />
<meta name="author" content="Tencent-ISRD" />
<meta name="Copyright" content="Tencent" />
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<title>腾讯视频直播测试</title>
<style>
.video_iframe {z-index: 1; width: 240px !important; height: 160px !important; overflow: hidden;}
</style>
</head>
<body>
<div>
<iframe class="video_iframe" src="http://v.qq.com/iframe/player.html?cnlid=100002100&width=240&height=200" frameborder="0" allowfullscreen="" scrolling="no"></iframe>
<iframe class="video_iframe" src="http://v.qq.com/iframe/player.html?cnlid=100104800&width=240&height=200" frameborder="0" allowfullscreen="" scrolling="no"></iframe>
<iframe class="video_iframe" src="http://v.qq.com/iframe/player.html?cnlid=100105000&width=240&height=200" frameborder="0" allowfullscreen="" scrolling="no"></iframe>
<iframe class="video_iframe" src="http://v.qq.com/iframe/player.html?cnlid=100002500&width=240&height=200" frameborder="0" allowfullscreen="" scrolling="no"></iframe>
</div>
<div>
<iframe class="video_iframe" src="http://v.qq.com/iframe/player.html?cnlid=100104700&width=985&height=666" frameborder="0" allowfullscreen="" style="z-index: 1; width: 985px !important; height: 666px !important; overflow: hidden;" scrolling="no"></iframe>
</div>
</body>
</html>