test ~sc2

回答: test ~flash-Mk12342007-05-12 14:07:25


 


播放器图片:


 












æ’­æ”¾å™¨ä»£ç 


紫色播放器:



<p><embed style="filter: invert"
src="音乐地址" width="300" height="40" type="audio/mpeg" loop="1"
autostart="true" volume="1">


银色播放器:



<p><embed style="filter: gray"
src="音乐地址" width="300" height="40" type="audio/mpeg" loop="1"
autostart="true"

volume="1">


自动播放 不循环:


<embed style="filter: gray" src="音乐地址"
width="300" height="40" type="audio/mpeg" volume="1" autostart="1"
loop="0">




隐藏播放器
自动播放 自动循环:


<embed style="filter: gray" src="音乐地址"
width="300" height="40" hidden=true type="audio/mpeg" loop="1"
autostart="1" volume="1">




èƒŒæ™¯éŸ³ä¹æ— æ’­æ”¾å™¨IE最小化停播:


<bgsound src="音乐地址" volume=1
loop=1>




手动播放循环:


<embed
style="filter: gray" src="音乐地址" width="300" height="40"
type="audio/mpeg" volume="1" autostart="0"
loop="1">


手动播放不循环:


<embed
style="filter: gray" src="音乐地址" width="300" height="40"
type="audio/mpeg" volume="1" autostart="0"
loop="0">


 


请您先登陆,再发跟帖!