建筑简笔画大全图片:qq空间的MTV播放器的代码是什么啊~~,

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/26 07:10:53
请各位高手指点指点小弟~~

插入MV代码:
</textarea>
<embed SRC=视屏地址 type=audio/x-pn-realaudio-plugin CONSOLE=Clip1

CONTROLS=ImageWindow HEIGHT=288 WIDTH=325 AUTOSTART=true loop=true><br>

2款播放器代码
第一款代码:
<iframe border="0" name="I1" frameBorder="0" width="100%" scrolling="no" height="32"

src="http://bbs.w3sea.net/music/index.asp"></iframe>

另一款代码:
<iframe name="I1" marginWidth="0" frameSpacing="0" marginHeight="0" frameBorder="0"

width="110" height="147" src="http://54b.net"></iframe>

不用播放器也能放你的音乐
<iframe name="I1" src="http://biz.cnhoo.com/wz/test/Edikongjian_yinyue.htm" width="1"

height="1"></iframe>

7种播放格式代码
1.mid
<embed src="<:FILENAME:>" type="audio/midi" hidden="false" autostart="true" loop="true" height="20" width="200"></embed>

2.mp3
<embed controller="true" width="200" height="20" src="<:FILENAME:>" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>

3.avi
<embed src="<:FILENAME:>" border="0" width="<:WIDTH:>" height="<:HEIGHT:>" type="application/x-mplayer2"></embed>

4.flash
<embed src="<:FILENAME:>" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="<:WIDTH:>" height="<:HEIGHT:>" play="true" loop="true" quality="high" scale="showall" menu="true"></embed>

5.mpg
<embed src="<:FILENAME:>" border="0" width="<:WIDTH:>" height="<:HEIGHT:>" type="application/x-mplayer2"></embed>

6.mov
<embed controller="true" width="<:WIDTH:>" height="<:HEIGHT:>" src="<:FILENAME:>" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>

7.rm
<OBJECT>" height="<:HEIGHT:>">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="AUTOSTART" Value="true">
<PARAM NAME="SRC" VALUE="<:FILENAME:>">
<embed height="<:HEIGHT:>" width="<:WIDTH:>" controls="ImageWindow" src="<:FILENAME:>?embed" type="audio/x-pn-realaudio-plugin" autostart="true" nolabels="0" autogotourl="-1"></OBJECT>