為了各位鄉親的FU,特地公開網頁語法大教學~~~請各位鄉親取用
撥放音樂(隱藏MID)
<BGSOUND balance=0 src="網址(隱藏mid) " volume=-20 loop=infinite>
撥放音樂(MID)
「歌名」<FONT COLOR=8800FF><embed src=音樂網址(mid) loop=3 >
撥放音樂(RM)
「歌名」BY:歌手<EMBED align=middle
src=網址(rm) width=90 height=40
type=audio/x-pn-realaudio-plugin autostart="true" loop="true" volume="100"
exts="raCram" Init fn="load-types" mime-types="mime.types" ALT="(Random)">
撥放音樂(隱藏RM)
<embed src="音樂的網址(隱藏rm)"autostart=true loop=true width="0" height="0">
★普通音樂語法:
<embed src="音樂網址" autostart=true loop=true width="99" height="99">
★MP3音樂語法:
<embed width="200" height="150" src="音樂網址">
隱藏
<embed width="0" height="0" src="http://klom.h529.com/yahoo/music/01.Mp3" autostart=true loop=true>
★Midi音樂語法:
<BGSOUND SRC="音樂網址"LOOP=-1>
★rm音樂語法:
<embed src="音樂網址" width="159" height="99" autostart="true" hidden="false" loop="infinite" align="middle" volume="100" type="audio/x-pn-realaudio-plugin" exts="ra,ram" Init fn="load-types" mime-types="mime.types" ALT="(Random)">
★MTV公開音樂語法:〔swf檔用〕
<embed src="音樂網址">
loop=?代表音樂撥放次數~"?可改"
若要一直連續撥法->loop=true
貼音樂的→隱藏(自動播放器)
<embed src="貼音樂網址" autostart="true" loop="1" volume="50" hidden="true"></embed>
貼音樂的→顯示(手動播放器)
<embed src="貼音樂網址" width="300" height="45" loop="-1" autostart="0" ></embed>
說明:
src="網址" ←這裡面打入是你背景音樂的檔案網址
autostart="0" ←設定1是進入網誌自動開啟音樂,0為被動
loop="1" ←設定1是重複播放,0為單次播放
volume="0" ←音量,範圍是由-10000到0,0代表最大音量輸出
width="200" ←播放面板的寬度
heigh="300" ←播放面板的高度
loop=重播 autostart=自動播放 true = 需要 false= 不需要
scr="打上音樂的原始檔網址" 一定要加上" " 喔
記得我打括號 ( )的地方 全部都要換成 < > 這樣的中括號
還有上面的語法要連在一起 不可以分行喔!!