|
From: Florin C B. <ory...@us...> - 2013-04-19 17:55:54
|
Update of /cvsroot/mxbb/mx_music/music_box/mp3/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16154/prosilver Added Files: config.xml prosilver.jpg Log Message: fixed mp3 play in categories using jw flash player and media player in music page --- NEW FILE: config.xml --- <mp3config> <!-- choose here if you want the mp3player to automatically start and shuffle songs (true or false) --> <autostart>false</autostart> <shuffle>true</shuffle> <!-- choose the mp3player repeat mode (none, one, all or list (plays the entire playlist once)) --> <repeat>list</repeat> <!-- choose the mp3player volume (0 to 100) --> <volume>80</volume> <!-- choose here if you want to show the display and playlist (true or false) --> <showdisplay>true</showdisplay> <showplaylist>true</showplaylist> <!-- choose here in what frame you want links to be opened (_blank, _self, _top or a framename) --> <linktarget>_top</linktarget> <!-- choose the mp3player colors (hexadecimal, from 0x000000 to 0xffffff) --> <backcolor>0xADF5FA</backcolor> <frontcolor>0x126AAD</frontcolor> <lightcolor>0x0FCFE2</lightcolor> <!-- you can set a JPG as the background here to skin the mp3player (url to the jpg file) --> <jpgfile>./../mp3/prosilver/prosilver.jpg</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> --- NEW FILE: prosilver.jpg --- (This appears to be a binary file; contents omitted.) |