Documentation
Example
Here is an example of HTML usage of the player:
<object type="application/x-shockwave-flash" data="player_mp3_mini.swf" width="200" height="20">
<param name="movie" value="player_mp3_mini.swf" />
<param name="bgcolor" value="#ff0000" />
<param name="FlashVars" value="mp3=test.mp3" />
</object>
Parameters
| Name | Description |
| Parameter name | Parameter description |
| mp3 |
The URL of the MP3 file to be played. |
| autoplay |
1 to auto-play |
| loadingcolor |
The color of loading bar |
| buttoncolor |
The color of the buttons |
| slidercolor |
The color of the player bar |
| byteslimit |
If it is a mp3 streaming, the stream will restart at the bytes limit, for prevent overload. |
Keyboard shortcuts
| Key | Description |
| Key | Description |
| P |
Play/Pause |
| S |
Stop |
| left |
5 seconds backward |
| right |
5 seconds forward |
Pub