- 插入 / 媒體 / Plugin
- 影片物件參數:
width 代表播放器的寬度
height
代表播放器的長度
autostar 是否自動播放
autostart="0"
0代表不自動播放
autostart="1"
1代表自動播放
loop
設定影片播放次數
loop="0"
播放一次立即停止
loop="1"
無限次重複播放
volume
影片音量大小
volume"0"
0代表音量最大聲
設定範圍(-1000代表最小聲)
EnableContextMenu
影片是否鎖右鍵
EnableContextMenu"0"
不鎖右鍵
EnableContextMenu"1"
鎖右鍵
ShowStatusbar
是否顯示媒體資訊
ShowStatusbar "0"
普通模式

ShowStatusbar "1"
顯示謀體資訊

ShowPositionControls
是否開啟選擇紐
ShowPositionControls "0"
隱藏選擇鈕

ShowPositionControls "1"
開啟選擇鈕
|
|