五,如何贴背景音乐
如何显示(隐藏)播放器效果
隐藏播放器用语:
wma;mp3;midi等多可以使用
<embed src="音乐地址"HIDDEN=TRUE AUTOSTAT=TRUE LOOP=TRUE>
<bgsound src="音乐地址" Loop=-1>
显示播放器用语(wma;mp3;midi)等都可以使用
<EMBED src=http://61.128.101.130:4080/song/k2/0318/4.wma width=350 height=45 type="audio/x-pn-realaudio-<br>plugin" loop="true" autostart="true" controls="ControlPanel,StatusBar">
显示效果1:
(rm,wav,swf,mp3等格式)
<embed src="音乐地址" autostart="true" width="330" height="83">
显示效果2:
说明:
AutoStart=true 表示是否要音乐文件传送完就自动播放,TRUE是要,FALSE是不要,默认为true
Loop=true 表示设定播放重复次数,LOOP=3表示重复3次,true表示无限次播放,FALSE播放一次即停止。width=宽度 height=高度 可以设定控制播放器面板的大小,如果都设置为0就可以把播放器隐藏了。
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}