------------------------------------- ----------- BASIC SETUP: ---------- ------------------------------------- ----------- STEP 1 - Set up file structure ----------- Place the folder "audio_player_files" on the same folder level as the page that will display the player in your site. ----------- STEP - Add to your page ----------- Open your html page in an html editor and add the following line somewhere between the tags: In the body of the page, where you want the player to appear, paste the following code:
this will be replaced with flash
You can adjust the width and height of the flash by changing the values "400"- width and "250" - height. The above code can also be found in the included audioPlayer.html page. ----------- STEP 3 - Add your music ----------- Drag audio files into audio_player_files/music folder, and open data.xml in an html editor. Scroll down to where it say: . Each line between the tags represents one audio file in the player. Add new lines in the following format: Paths to music have to be relative to the html page that is displaying the player, not the swf or the xml. -------------------------------------- Full documentation for the player can be found online: http://www.flashnifties.com/audio_player.php