读者 卷首语 mobi:谁能给我详细的讲下QQ空间里到底怎么加MTV?

来源:百度文库 编辑:神马品牌网 时间:2024/04/28 03:52:21
问题解决 加50分

使用方法:
  在空间首页选择自定义,再点建立新模块,然后把代码写在“评论”这一栏里,其他的可以全部不填。
  在把代码复制到你的评论的过程中,要记得修改代码中需要替换的地址
  然后加入
  视频MTV代码
  代码中的视频文件地址就是网上以.rm/.wmv结尾的网址
  <embed SRC=http://视频文件地址 type=audio/x-pn-realaudio-plugin CONSOLE=Clip1 CONTROLS=ImageWindow HEIGHT=210 WIDTH=290 AUTOSTART=true loop=true>
  height=210 width=290 表示播放器大小
  autostart=false 表示是否自动播放 false 否 ture 是
  loop=false 表示是否重复播放 false 否 ture 是

  还可以加入:
  背景音乐代码
  代码中的音乐地址就是网上以.mp3/.midi/.wma/.wmv结尾的网址
  显示播放器:
  <EMBED SRC=http://你的音乐地址>
  不显示播放器:
  <EMBED SRC=http://你的音乐地址 width="0" height="0" loop="999">
  贴rm,ra,ram类型的音乐,代码如下:
  <embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="http://音乐源地址">
  播放.Avi.Mpg格式的音乐:
  <embed src="http://音乐源地址" border="0" width="320" height="240" type="application/x-mplayer2"></embed>
  播放.Mp3.Mov格式的音乐:
  <embed controller="true" width="200" height="20" src="http://音乐源地址" border="0">
  贴midi,asf,wma,asx类型的音乐 ,代码如下:
  <embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="音乐源地址">

1.QQ空间视频MTV代码 (写在日记内容里)

<embed src= http://你的视频文件地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true>

代码中的视频文件地址就是网上以.rm结尾的网址。播放器的大小可以自己调整代码中的数值,只需改height =“高度”,width =“宽度”

2.QQ空间漂浮MTV代码
http://www.qq321.cn/kongjian/124612519.html
自己看看吧~

猪`
上面不是有介绍吗?

1.QQ空间视频MTV代码 (写在日记内容里)

<embed src= http://你的视频文件地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true>

代码中的视频文件地址就是网上以.rm结尾的网址。播放器的大小可以自己调整代码中的数值,只需改height =“高度”,width =“宽度”

2.QQ空间漂浮MTV代码
http://www.qq321.cn/kongjian/124612519.html
自己看看吧~

我去试试

能加吗?