获取西瓜播放器网页嵌套代码 (代码需要放置在<body></body>之间):
<script language="javascript"
>var
XgPlayer = {‘Url‘
: "ftp://pub:[email protected]:20320/421/00.mp4",//本集播放地址,需更改
‘NextcacheUrl
‘: "ftp://pub:[email protected]:20320/421/01.mp4",//缓冲下一集,需更改
‘LastWebPage‘
: ‘‘,‘NextWebPage‘
: "http://www.xx.com/xxx.html",//下一集播放页面地址,需更改
‘Buffer‘
: ‘http://static.xigua.com/xg_loading.html‘,// 播缓冲AD,需更改
‘Pase‘
: ‘http://static.xigua.com/xg_loading.html‘,// 暂停AD,需更改
‘Width‘
: 680,// 播放器显示宽度
‘Height‘
: 490,// 播放器显示高度
‘Second‘
: 8,// 缓冲时间
"Installpage"
:‘http://static.xigua.com/installpage.html‘ };
支持西瓜手机版播放JS代码
document.write(‘<script language="javascript" src="http://static.xigua.com/m_xiguaplayer.js" charset="utf-8">
</script>‘);
</script>
时间: 2024-10-10 05:13:48