AudioPlayer.setup("../tools/audio-player/player.swf", {  
/* OPTIONS */
autostart: "no",	//if yes, player starts automatically
loop: "no",	//if yes, player loops
animation: "no",	//if no, player is always open
remaining: "no",	//if yes, shows remaining track time rather than ellapsed time
noinfo: "no",	//if yes, disables the track information display
initialvolume: 50,	//initial volume level (from 0 to 100)
buffer: 5,	//buffering time in seconds
encode: "no",	//indicates that the mp3 file urls are encoded
checkpolicy: "no",	//tells Flash to look for a policy file when loading mp3 files (this allows Flash to read ID3 tags from files hosted on a different domain)
rtl: "no",	//switches the layout to RTL (right to left) for Hebrew and Arabic languages

/* FLASH PLAYER OPTIONS */
width: 400,	//width of the player. e.g. 290 (290 pixels) or 100%
transparentpagebg: "yes",	//if yes, the player background is transparent (matches the page background)
pagebg:	"",	//player background color (set it to your page background when transparentbg is set to ‘no’)

/* COLOUR SCHEME : 6-digit HEX codes without ‘#’ or ‘0x’ in front */
bg: "CCCCCC",	//Background
leftbg: "DDDDDD",	//Speaker icon/Volume control background
lefticon: "FF00FF",	//Speaker icon
voltrack: "FFB0FF",	//Volume track
volslider: "FF00FF",	//Volume slider
rightbg: "DDDDDD",	//Play/Pause button background
rightbghover: "DDDDDD",	//Play/Pause button background (hover state)
righticon: "FF00FF",	//Play/Pause icon
righticonhover: "FFB0FF",	//Play/Pause icon (hover state)
loader: "FF00FF",	//Loading bar
track: "666666",	//Loading/Progress bar track backgrounds
tracker: "FF00FF",	//Progress track
border: "666666",	//Progress bar border
skip: "666666",	//Previous/Next skip buttons
text: "FFB0FF"	//Text
});  


