ActiveDen

Dynamic XML MP3 Player

Also see:
\\

\\

I noticed that the mousewheel doesn’t work in the preview because of the way FlashDen embedded the file. I promise you, mousewheel scrolling is a built-in feature ;)

Updates:
01-10-2009 (1st october) Added a pause-button

This dynamic mp3 player is very, very customizable. Take a look at the presets above or the feature list below:

Features:

  • Streaming Mp3 Player
  • Fully customizable (XML driven)
  • Add as many albums and tracks as you like
  • Choose what values to show in the playlist: add as many columns as you like (see preset 2)
  • Choose to display album images (see preset 1)
  • Playlist is optional (see preset 4)
  • Compatible with all browsers
  • Very well documented

XML preview:

<settings playlistlinecolor="#1A1A1A" playlistfont="Arial, 11, #B7B7B7" playlistheadfont="Arial, 11, #FFFFFF" playlistmargin="4" albumartistfont="Arial, 11, #C4C4C4" albumtitlefont="Arial, 11, #FFFFFF" playlistlineheight="20" playlistheadspacing="4" volumebarwidth="34" autoplay="0" groupbyalbum="1" playlistheight="210" minimumalbumheight="140" showplaylist="1" allowsorting="1" usescrollbar="1" playerwidth="570" headerfont="Arial, 11, #595959" />

<playlistcolumns>
  <playlistcolumn title="Album" textvariable="albumID" width="150" />
  <playlistcolumn title="Title" textvariable="title" width="200" />
  <playlistcolumn title="Time" textvariable="duration" width="60" />
  <playlistcolumn title="Custom column 1" textvariable="customVariable" width="100" />
  <playlistcolumn title="Custom column 2" linkvariable="customLinkVariable2" imagevariable="customImageVariable" width="20" />

</playlistcolumns>

<albums>
  <album artist="Album artist" title="Album title" imageurl="Folder/albumImage.jpg">

    <tracks>
      <track customlinkvariable2="http://www.custom.url" customimagevariable2="Folder/customIcon.jpg" title="Track title" customvariable="customValue" audiourl="Folder/track.mp3" duration="Track time" />
    </tracks>

  </album>
</albums>

I’m sure you’ll enjoy this :D

Jürgen

\\

\\

by
by
by
by
by