1. 程式人生 > >在網頁中嵌入騰訊視訊

在網頁中嵌入騰訊視訊

在網頁中嵌入騰訊視訊

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>在網頁中嵌入騰訊視訊</title>
<link rel="stylesheet" type="text/css" href="body.css">
</head>
<body>
<div align="center" style="width: 98%; height: 630px;">
	<!-- 騰訊視訊 -->
	<h2>在網頁中嵌入騰訊視訊</h2>
	<embed wmode="opaque"
		flashvars="vid=l0020h13orj&amp;tpid=1&amp;showend=0&amp;showcfg=1&amp;searchbar=1&amp;shownext=1&amp;list=2&amp;autoplay=1&amp;bullet=1"
		src="http://imgcache.qq.com/tencentvideo_v1/player/TencentPlayer.swf?max_age=86400&amp;v=20141126"
		quality="high" bgcolor="#000000" width="98%" height="550px"
		align="middle" allowscriptaccess="always" allowfullscreen="true"
		type="application/x-shockwave-flash"
		pluginspage="http://get.adobe.com/cn/flashplayer/">
		</div>
</body>
</html>