// JavaScript Document

// layout
var backcolor= '000000';  // background color of the controlbar and playlist
var controlbar= 'none'; // position of the controlbar. Can be set to bottom, over and none.
var frontcolor= 'ffffff';  // color of all icons and texts in the controlbar and playlist
var lightcolor = 'ffffff';  // color of an icon or text when you rollover it with the mouse
var screencolor = '000000';  // background color of the display

// behavior
var autostart = 'true'; //Automatically start the player on load
var stretching= 'uniform'; //Defines how to resize images in the display. Can be none (no stretching), exactfit (disproportionate), uniform (stretch with black borders) or fill (uniform, but completely fill the display).
