<TABLE height=200 width=300 bgColor=#006600>
<TBODY>
<TR>
<TD align=middle>
<MARQUEE scrollAmount=1 direction=up width=400 height=100>
<:p align=center><FONT color=#ff0000 size=6><STRONG>床前明月光,凝是地上霜。<BR>举头望明月,低头思故乡。 </STRONG></FONT></P></MARQUEE>
<:p align=center><EMBED src=http://duan44.wuhan.net.cn/upsong/2c4825c8-d715-4fa8-a438-949bce1927b8.mp3 width=400 height=40 type=audio/x-pn-realaudio-plugin controls="ContorlPanel," StatusBar AutoStart="true" Loop="true"></EMBED> </P></TD></TR></TBODY></TABLE><IMG alt=:$ src="./images/smilies/default/shy.gif" border=0 smilieid="8">
上面这个舞台我们就插上了音乐播放器代码
<p align=center><embed src=http://duan44.wuhan.net.cn/upsong/2c4825c8-d715-4fa8-a438-949bce1927b8.mp3 type=audio/x-pn-realaudio-plugin controls=ContorlPanel, StatusBar AutoStart=true Loop=true width=400 height=40></embed>
我们可要看清楚它所插的位置,千万不要插到外面去^_^
音乐代码:<embed src=音乐网址 type=audio/x-pn-realaudio-plugin controls=ContorlPanel, StatusBar AutoStart=true Loop=true width=400 height=40>
解释:embed: 动画及音乐上场的标识
AutoStart=true 规定是否自动播放,true(或者1)表示要自动播放,falsh(或者0)表示不要,默认为true
loop=true 表示播放次数,true代表无限次播放,false表示播放一次停止。
width=播放器宽度,height=播放器高度,如果都设为0,播放器被隐藏