// passable options
var options = {
"filepath": "sound.mp3", // path to MP3 file (default: current directory)
"backcolor": "000000", // background color
"forecolor": "ffffff", // foreground color (buttons)
"width": "50", // width of player
"repeat": "no", // repeat mp3?
"volume": "50", // mp3 volume (0-100)
"autoplay": "false", // play immediately on page load?
"showdownload": "true", // show download button in player
"showfilename": "true" // show .mp3 filename after player
};