欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

如何在网页上使用快播qvod在线播放BT种子?

最编程 2024-08-10 08:21:19
...

为什么80%的码农都做不了架构师?>>>   hot3.png

没什么直接帖代码:网页中用快播qvod打开bt种子 在线播放。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>网页中用快播qvod打开种子 在线播放</title>
</head>

<body>
<object classid="clsid:f3d0d36f-23f8-4682-a195-74c92b03d4af"
width="500" height="400" id="qvodplayer" name="qvodplayer"
onerror=if(window.confirm('请您先安装qvodplayer软件,然后刷新本页才可以
正常播放.')){window.open
('http://www.qvod.com/download.htm')}else
{self.location='http://www.qvod.com/'}>
  <param name='url'
 value='此处替换为bt种子地址:http:/*/*.torrent'>
  <param name='autoplay'
 value='1'>
</object>
</body>
</html>