     AudioPlayer.setup("/usercontrols/Bouvet/player.swf", {  
	autostart: "yes", //if yes, player starts automatically
	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
         width: 180,  //width of the player. e.g. 290 (290 pixels) or 100%
         initialvolume: 100, //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)
         transparentpagebg: "yes", 
	rtl: "no", //switches the layout to RTL (right to left) for Hebrew and Arabic languages
         left: "000000",  
         lefticon: "FFFFFF",  //Speaker icon
	//transparentpagebg: "no", //if yes, the player background is transparent (matches the page background)
	pagebg: "C5D53F", // player background color (set it to your page background when transparentbg is set to ‘no’)
	leftbg: "9AA72C", //Speaker icon/Volume control background
	rightbg: "9AA72C", //Play/Pause button background
	voltrack: "C5D53F", //Volume track
	volslider: "FFFFFF", //Volume slider
	rightbghover: "D2000D", //Play/Pause button background (hover state)
	righticon: "FFFFFF", //Play/Pause icon
	righticonhover: "FFFFFF", //Play/Pause icon (hover state)
	loader: "FFFFFF", //Loading bar
	track: "FFFFFF", //Loading/Progress bar track backgrounds
	tracker: "EFF3CB", //Progress track
	border: "9AA72C", //Progress bar border
	bg: "DFE79A" //Background
});  
