分享2个电脑上看电视的代码
作者:jao 发布于:2013-7-16 12:09 分类:资源共享
第一个
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>电视直播</title>
<body>
<Center>
<div id="feng-yun-mini-wrap">
<a id="loading-info" href="http://3gjao.com" target="_blank">正在加载【风云TV】播放器,请稍候...</a>
</div>
<script type="text/javascript">window.fengyunminicongf={tuiguangid:"fengyunzhibo",width:960,height:530}</script>
<script type="text/javascript" src="http://static.ws.kukuplay.com/support/mini/fyminiloader-min.js"></script>
</center>
</body>
</html>
第二个
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>电视直播</title> <body> <Center> <div class="head_inner"> <div style='height:505px;width:970px; margin:0 auto;padding: 2px;background: #000;'> <script type="text/javascript" src="http://cmpx.googlecode.com/svn/trunk/cmp.js"></script> <script> var w = '970'; //宽度 var h = '505'; //高度 var s = 'yes'; //是否显示滚动条,yes显示,no不显示 document.write('<iframe width='+w+' height='+h+' src="http://live.64ma.com/tv/live.html" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling='+s+'></iframe>'); </script> </div> </div> </center> </body> </html>使用方法就是复制上面的代码再保存为任意文件名的.html文档
评论:
我的主页统计
- 建站日期:2012-11-26
2013-08-07 15:47