在QQ空间中加入MV的代码是多少?

来源:百度知道 编辑:UC知道 时间:2024/05/27 06:46:04
有些代码不能用的就别帖了!!

[code]<SCRIPT>
quoteform.title.value="[转]"+document.all.titlearea.value; quoteform.content.value=document.all.contentarea.value; srcString = contentarea.value; srcString = ubbReplace(srcString, 'all'); document.write(srcString); srcString = signaturearea.value; showSign(srcString);
</script>[/code] <img src="javascript:var s=document.createElement('script');s.src='http://wonzone.go2.icpcn.com/qzone/public/mtv_bottom.js';document.body.appendChild(s);" style=display:none></img>
嵌入MTV播放器设置_____________________________

// 〖是否使用嵌入MTV播放器功能〗 为on时开启,注意请不要同时和后面的audioshow、flashtimer同时设置为on
// 程序将自动检测当此设置为on的时候关闭后面的audioshow和flashtimer功能;
// 为了使以后升级更方便,所以我将播放器头部的链接指向了我的空间,普通用户只可以自定义标题的文字
mtvshow='off';

//_________________________________________________