//	http://wpaudioplayer.com/standalone
AudioPlayer.setup("/news/podcasts/podcast_player/player.swf",{	// Location of swf
	autostart:"no",				// 	if yes, player starts automatically
	loop:"no",					// 	if yes, player loops
	animation:"yes",			//	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
	rtl:"no",					//	switches the layout to RTL (right to left)
	width:"100%",				//	width of the player. e.g. 290 (290 pixels) or 100%
	transparentbg:"no",		//	if yes, the player background is transparent
	pagebg:"FFFFFF",			//	Background
	bg:"FFFFFF",				//	Background
	leftbg:"999999",			//	Speaker icon/Volume control Background
	lefticon:"FFFFFF",			//	Speaker icon
	voltrack:"FFFFFF",			//	Volume track
	volslider:"000000",			//	Volume slider
	rightbg:"999999",			//	Play/Pause button background
	rightbghover:"999999",		//	Play/Pause button background (hover state)
	righticon:"FFFFFF",			//	Play/Pause icon
	righticonhover:"000000",	//	Play/Pause icon (hover state)
	loader:"000000",			//	Loading bar
	track:"FFFFFF",				//	Loading/Progress bar track backgrounds
	tracker:"DDDDDD",			//	Progress track
	border:"000000",			//	Progress bar border
	skip:"FFFFFF",				//	Previous/Next skip buttons
	text:"000000"				//	Text
});
