音樂播放器~v.2.3設定篇
Step 1 打開config.xml
Step 2 修改config.xml
Step 2 修改config.xml
<mp3config> <0!-- 選擇是否要自動播放 (true or false) --> <!-- 選擇是否要隨機播放 (true or false) --> <shuffle>true</shuffle> <!-- 選擇播放的模式(none, one, all or list (plays the entire playlist once)) --> <!-- none播放完一首歌,便停止播放 one持續播放同一首歌 all播放整個playlist,並會repeat list播放到最後一首歌便停為止 --> <repeat>list</repeat> <!-- 選擇預設的音量(0 to 100) --> <volume>80</volume> >!-- 選擇是否要展示出播放狀態(true or false) --> <showdisplay>true</showdisplay> <!-- 選擇是否要展示出播放清單(true or false) --> <showplaylist>true</showplaylist> <!-- 選擇相關網頁連結打開方式(_blank, _self, _top or a framename) --> <linktarget>_blank</linktarget> <!-- 選擇播放器的顏色(hexadecimal, from 0x000000 to 0xffffff) --> <backcolor>0xffffff</backcolor> <!-- 前景(文字-標誌)--> <frontcolor>0x000000</frontcolor> <!--文字-標誌hover時的顏色,歌名跑碼的顏色--> <lightcolor>0xcc0000</lightcolor> <!-- 使用圖當播放器的背景(JPG檔) (url to the jpg file) --> <jpgfile>圖片的位置</jpgfile> <!-- (for webmasters) URL of a script, called on start and completion of a song --> <!-- the following vars are sent with POST: playlist, title, file, identifier, action ('start' or 'complete') --> <callback></callback> </mp3config> |
示範
單純更改顏色+播放模式為none
圖片當背景+播放模式為list
-------------------------------------------其實設定並不難,這樣就更方便換skin了
留言
張貼留言