2017中央遴选网站:QQ空间里怎么插入MTV视频??

来源:百度文库 编辑:神马品牌网 时间:2024/05/01 07:20:41
教下啦~~~~

Q-zone中想插入wmv、asf、wpl、rm、rmvb、ram等结尾的媒体可以进行代码编辑(不复杂的哦):
下面是代码:

例子:
播放器为Windows Media Player
插入代码
<embed src="http://www.space163.com/wonzone/qzone/userlist.wpl" autostart="true" loop="true" width="320" height="240"></embed>

例子2:
播放器为RealPlayer,代码则为:
<embed src="http://www.hunantv.com/video/yl/yl_xietingfeng_1.rm" autostart="true" loop="true" width="320" height="240"></embed>

其中: <embed src="媒体地址" autostart="是否自动开始" loop="是否循环播放" width="宽度" height="高度"></embed>
其中autostart和loop的值只能是true(是)或者false(否)
如何插入这些代码:
自定义-新建模块-把里面的两行http:\\删除-将代码复制到评论中-提交-再把新建的模块拖到Q-zone上方看不见的地方-保存,刷新-OK了:)