stageW
Set the player's width. This parameter will subsitute the width's value which is set in the xml config file of the player.
stageH
Set the height of the player. This parameter will subsitute the height's value which is set in the xml config file of the player.
flashvars.pathToFiles
Sets the path to the config and mp3 files.
flashvars.xmlPath
Path to the XML config file.
flashvars.artistName
Artist. This parameter will subsitute the value which is set in the xml config file of the player.
flashvars.songName
Title. This parameter will subsitute the value which is set in the xml config file of the player.
flashvars.songURL
Set the path to the mp3 file.
autoplay
Set autoplay at page's load. This parameter has true or false values.
width
Set the player's width. This parameter may be subsituted by the stageW parameter which is set in the html file.
height
Set the player's height. This parameter may be subsituted by the stageH parameter which is set in the html file.
margin
Set the distance between the player's border and control buttons.
strokeColor
Set the color of the player's frame. Hereinafter the colors are given in RGB format, e. g. the red color will have 0xFF0000 value.
fillColor
Set the background/fill color.
Section playPauseButton - configuration of the Play/Pause button
backColor
Set the background color for the Play/Pause button.
backOverColor
Set the background color for the Play/Pause button in the over state.
signStrokeColor
Set the color of the frame for the Play/Pause arrow.
signFillColor
Set the fill color for the Play/Pause arrow.
Section volumeControl - configuration of the volume control section
initLevel
Set the initial volume. Possible values are from 0 till 100.
backStrokeColor
Set the color of the frame for the volume control.
backFillColor
Set the background color for the volume control.
signColor
Set the color of the volume control marker.
signOverColor
Set the color of the volume control marker in the over state.
percentText
Set the style of the percentage text. You can set the following parameters:
color - text's color, marginX - the distance between the button's border and the text, positionY - the y-coordinate of the text.
visualizer
Set the visualizer's parameters. You can set the following parameters:
backColor - background color, wavesColor - waves' color.
Section songText - configuration of the song's text section
artistColor
Set the color of the artist's name.
artistFontSize
Set the font size of the artist's name.
songColor
Set the color of the title.
songFontSize
Set the font of the title.