close

1音樂語法與影片語法!
★音樂語法<embed src="此處貼上音樂網址" autostart="true" loop="1" volume="100" width="230" height=45></embed>
★<embed src="此處貼上音樂網址" type="video/x-ms-asf" autostart="true" hidden="false" height="50" width="195"></embed>
★影片語法<embed src=MV網址 width=325 height=300 autostart=false></embed>

2播放器設定 (視個人需求,可將播放器設定為適合自己的狀態)
◆autostart="true" 表示自動播放
◆autostart="false" 表示不自動播放
◆hidden="true" 隱藏播放器
◆hidden="false"會顯示播放器
◆loop="0" 播放一次即停止
◆loop="1" 無限次重複播放
◆volume="0-100" 調整音量大小
◆width="230" 播放器寬度,可自行更改為適合寬度
◆hight="40" 播放器高度,可自行更改為適合高度
STARTTIME=":"  /*從幾分幾秒開始撥放*/
CONTROLS="console(一般大小) / smallconsole(小面板)/ playbutton(只顯示撥放按鈕) / pausecutton(只顯示暫停按鈕) / stopbutton(只顯示停止按鈕) / volumelever(只顯示音量調整鈕)"

 

3顯示播放器類
自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="true" loop="1" volume="100" width="230" height=45></embed>

自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="true" loop="0" volume="100" width="230" height=45></embed>

不自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="false" loop="1" volume="100" width="230" height=45></embed>

不自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="false" loop="0" volume="100" width="230" height=45></embed>

4隱藏播放器類
自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="true" hidden="true" loop="1" volume="100" width="230" height=45></embed>

自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="true" hidden="true" loop="0" volume="100" width="230" height=45></embed>

不自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="false" hidden="true" loop="0" volume="100" width="230" height=45></embed>

不自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="false" hidden="true" loop="1" volume="100" width="230" height=45></embed>



 
arrow
arrow
    全站熱搜

    sarali7357491 發表在 痞客邦 留言(0) 人氣()