At the moment I’m upgrading my knowledge of ActionScript to AS3. It’s a new territory for me but I’ve managed to build a simple mp3 player. I call it sweplayer and it’s a beta 1 release. It’s basicly a simple spectrum to any mp3 you tell the embeded flash file to play. I release it for free for anyone to use. You can download it here (zipped SWF)

• Volume is controlled by clicking the spectrum and dragging up/down.

• Play/Stop is controlled by double clicking anywhere on the spectrum.

• You select which song to play by adding “?Track=path_to_your_track.mp3″ to your embed source. Like this:

<embed src="_player/sweplayer_b1.swf?Track=path_to_your_track.mp3" scale="aspect" loop="true" width="230" height="190">