There are 2 blocks of markup on this page - the top one has the no Flash warning - if you have no Flash Player such as on an iPad or iPhone.

The second has the parameters for the skin, location of the playlist.xml file, whether to autoplay or not.

Under Page>HTML markup and Before /HEAD is the instruction to load the javascript files

<script src="swfobject.js" type="text/javascript"></script>

<script src="ep_player.js" type="text/javascript"></script>

These javascript files along with the playlist.xml file are uploaded to your server using the Upload Stuff action. http://www.freewayactions.com/product.php?id=032

You can download these files from the Ephonic site at http://www.epplayer.com/ - There you will also get the skins etc.

You will need to edit the playlist.xml file with a plain text editor to reflect the correct names of your mp3 files and their paths. You will also need to create a folder on your server where to keep your mp3 files and use an FTP application to put them in there.

In my example the playlist file contains the following:

<track>

<location>mp3/demo.mp3</location>

<title>MP3 Player!</title>

<creator>E-Phonic</creator>

<image>mp3/demo.jpg</image>

</track>

 

So you would edit it to something like

<track>

<location>my_mp3s/mysong.mp3</location>

<title>My MP3 Player!</title>

<creator>E-Phonic</creator>

<image>my_mp3s/demo.jpg</image>

</track>

While you have your FTP app out you will need to use it to upload the skins folder that you downloaded from the Ephonic site and make sure you have the path to that folder correct in the 2nd block of markup.

 

You can download the FW5.4.3 file here

To use the E-Phonic MP3 Player you will need Adobe Flash Player 9 or better and a Javascript enabled browser.