隱藏撥放框[音樂.mv都可用]mv要改高度height
<EMBED AutoSize=1 SRC="影音網址" width=300 height=24 AutoStart=1 Loop=1 Volume=0 ShowControls=0 Showstatusbar=1 EnableContextMenu=0 ></EMBED >
____________________
完全隱藏撥放器
<embed src="音樂網址" autostart="true" loop="1" volume="1" hidden="true" ></embed >
__________________________
顯示音樂播放器
style="Filter:xray" 黑色樣式的播放器
style="Filter:gray" 灰色樣式
style="Filter:Invert" 咖啡色樣式
width 設定播放器的寬度
height 設定播放器的高度
hidden="false" 設定顯示播放器
hidden="true" 則為隱藏播放器
autostart="true" 設定為自動撥放
autostart="false" 則為不自動撥放
loop="true"或-1 設定為自動重複播放
loop="false"或0 則為不重複播放
亦可以數字表示重複播放次數,如:loop=3
enablecontextmenu="0" 鎖右鍵(控制流量,防止盜連)
灰色
<embed style="FILTER: gray" src="音樂網址" width="280" height="45" type="" showstatusbar="true" loop="-1" enablecontextmenu="0" volume="-200" autostart="" ></embed >
黑色
<embed style="FILTER: xray" src="音樂網址" width="280" height="45" type="" showstatusbar="true" loop="-1" enablecontextmenu="0" volume="-200" autostart="" ></embed >
咖啡色
<embed style="FILTER: Invert" src="音樂網址" width="280" height="45" type="" showstatusbar="true" loop="-1" enablecontextmenu="0" volume="-200" autostart="" ></embed >
_________________________
顯示播放器
[更改紅色部分style="FILTER:gray"]
顏色說明
灰色:gray
黑色:xray
互補色:invert[大便色]
左右翻轉:FlipH
模糊效果:Blur
波形效果:Wave
藍色:把"FILTER:invert"拿掉
藍色半透明:Alpha(style=1)
半透明合成:Alpha(style=2)
最透明:Alpha(style=3)
灰色
<embed style="FILTER:gray" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
黑色
<embed style="FILTER:xray" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
互補色
<embed style="FILTER:invert" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
左右翻轉
<embed style="FILTER:FlipH" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
模糊效果
<embed style="FILTER:Blur" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
波形效果
<embed style="FILTER:Wave" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
藍色
<embed style="" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
藍色半透明
<embed style="FILTER:Alpha(style=1)" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
半透明合成
<embed style="FILTER:Alpha(style=2)" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
最透明
<embed style="FILTER:Alpha(style=3)" src="音樂網址" width="320" height="45" loop="-1" autostart="1" ></embed >
____________________________
影片檔
顏色也是[更改紅色部分style="FILTER:gray"]
<embed style="FILTER:gray" src=影片網址 width=320 height=280 autostart=true loop="true" >
loop="true" 無限次重覆播放[或是-1]
loop="0" 播放一次
loop="2" 重覆兩次
autostart="true" 自動播放
false 手動播放[或是autostart="1" ,0為手動]
volume="0" 調整音量大小,0到100之間
width="260" 播放器寬度
hight="40" 播放器高度
hidden="true" 播放器隱藏