mp3
It sets URL of the mp3 file to be played.
loop
It sets automatic loop playback.
Possible values of this parameter:
If the value is 1 mp3 player supports loop playback, otherwise (loop=0) it doesn't.
volume
It sets an initial volume. Possible values of this parameter are between 0 and 200.
bgcolor
It sets a background color of the player.
bgcolor1
It sets the first (upper) color of the player background gradient.
bgcolor2
It sets the second (lower) color of the player background gradient.
buttoncolor
It sets a color of buttons.
buttonovercolor
It sets a hover color of player buttons.
space
Play/Pause
P
Play/Pause
S
Stop
I
Show information
left
5 seconds backward
right
5 seconds forward
+
Volume up
-
Volume down
PLAY
document.getElementById("myFlash").SetVariable("player:jsPlay", "");
PAUSE
document.getElementById("myFlash").SetVariable("player:jsPause", "");
STOP
document.getElementById("myFlash").SetVariable("player:jsStop", "");
Volume level
document.getElementById("myFlash").SetVariable("player:jsVolume", "50");
Change URL of an audio track
document.getElementById("myFlash").SetVariable("player:jsUrl", "http://my.mp3");