FMP3 audio player

FMP3 is an mp3player that makes it possible to add a music background to one's site (.mp3).
It's very simple to add it to your pages, and it's customizable too.
You may in fact modify some settings as colour, track title and volume.
Here's an example of FMP3 at work:
(click on the play button to start audio)




You have to upload the file you want as background for your site first.
To upload the mp3 file, follow these steps:

  1. go to document management
  2. push the   button of the bar under the "Documents" section
  3. select the audio file (.mp3) from your computer by clicking on the "browse..." button and click "enter"
  4. double-click the loaded document
  5. copy the shown address (/res/site...)
  6. go back to site design
  7. go to the page you want to insert the player
  8. edit the text block tou want to insert the player into
  9. click on
  10. copy the following code and paste it in the "source code" window:

    <div align="center">
    <div class="eaKeep">
    <script type="text/javascript" src="/iwetc/res/js/flash.js"></script>
    <div id="200_flash"><script>
        <!--
        var fl_200=new IwFlash("/r/FMP3.swf?mp3=yourfile.mp3&amp;action=stop&amp;title=Artist Name - Title&amp;color=cccccc&amp;loop=yes&amp;lma=yes&amp;action=play&amp;vol=80&amp;textcolor=000000",'260','60',"");
        fl_200.name="FMP3";
        fl_200.wmode="transparent";
        fl_200.version="6,0,29,0";
        fl_200.instantiate();
        // -->
        </script></div>
    </div>
    </div>

    You'll have to replace "yourfile.mp3" with the address of the file you uploaded on your site (/res/site...), and replace "Artist Name - Title" with the song title and the performer.

User license

The player is under Creative Commons license.