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
playerWidth="570"
volumeBarWidth="34"
showPlaylist="1"
useScrollbar="1"
allowSorting="1"
playlistHeight="210"
groupByAlbum="1"
minimumAlbumHeight="140"
playlistHeadSpacing="4"
playlistMargin="4"
playlistLineHeight="20"
headerFont="Arial, 11, #595959"
playlistHeadFont="Arial, 11, #FFFFFF"
playlistFont="Arial, 11, #B7B7B7"
albumTitleFont="Arial, 11, #FFFFFF"
albumArtistFont="Arial, 11, #C4C4C4"
playlistLineColor="#1A1A1A"
autoPlay = "0"
/>
<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
title="Album title"
artist="Album artist"
imageURL="Folder/albumImage.jpg"
>
<tracks>
<track
audioURL="Folder/track.mp3"
title="Track title"
duration = "Track time"
customVariable="customValue"
customLinkVariable2="http://www.custom.url"
customImageVariable2="Folder/customIcon.jpg"
/>
</tracks>
</album>
</albums>
I’m sure you’ll enjoy this 
Jürgen









