Skinnable MP3 Player Parameters
The following XML configuration parameters exist for the applet version of the Skinnable MP3 Player. The default XML file name is "config.xml", but that can be changed easily. If you change the XML file name, be sure to update the XML reference in the appropriate HTML file, too!
Please use a good text editor, like Textpad, to edit the config.xml file.
MP3 component users can set many of these options using function calls. To see what functions are available to you, please download the programmers API (requires Adobe Acrobat Reader).
auto_start: If true, the first MP3 file will immediately begin playing when the applet is loaded.
player_skin: The relative path to the skin .swf file that you wisht to load. This parameter may be OVER-RIDDEN by the corresponding parameter in the HTML file.
main_title: The text that appears at the top of the main title bar. This does not apply to all skins.
playlist_title: The text that appears at the top of the playlist area. This does not apply to all skins.
time_text: The text that appears before the time display. This does not apply to all skins.
pan_labels: The Left/Right text labels for the pan control (pan = amount of sound in left or right speakers). This does not apply to all skins.
scroller_speed: The speed of the marquee scrolling. This must be an integer value between 1 and 20, inclusive.
repeat_is_enabled: If true, the repeat button will be activated by default.
shuffle_is_enabled: If true, the shuffle button will be activated by default.
default_volume: The default volume. This must be an integer value between 0 and 100, inclusive.
default_pan: The default pan setting. This must be an integer value between -100 (all left speaker) and 100 (all right speaker), inclusive.
play_list: The MP3 files that should be played. These files must exist on your server (not in a remote http:// location).