Background Music Button
User ratings for Background Music Button.
Description
Flash version: 8, ActionScript 2.0.
This is a Background Music Button. Just copy from my source and put to your project.
- Any number of background music files.
- Any number of music buttons in one project.
- Easy editable xml file.
- Looping audio support.
<music startup="Yes"> // Play Background sound as startup Yes/No
<item loop="Yes">music/1.mp3</item> // Path to mp3 file, set loop="Yes" for looping mp3 file
<item loop="No">music/2.mp3</item> // Path to mp3 file, set loop="No" for not looping mp3 file
<item loop="No">music/3.mp3</item>
</music>
If you no need background music, then just delete a in section in xml.
Sample:
<music>
</music>
Keywords: mp3 player button background music