Menu

Home

Axel Hahn

Welcome AMC PLAYER!

AMC stands for Axels multi channel player. It is a browser based player using html5 audio tag, javascript and css3.

The difference to other html5 audio players is its focus to surround audio files. I needed a player for the songs on my website. The songs are available in stereo sound and 5.1 surround sound as well. I searched for a player that can play a song with the ability to select/ switch between 2.0 and 5.1 sound.

Because I didn't find one I startet to program one that fits my needs :-)

How does it work:
In a html document it searches for html5 AUDIO tags an builts a playlist from them. The audio tags will be invisible (css display: none;) and you will see a round play-button instead.
I have a special dependency to the audio tags to detect the channels - the channels must be declared in the title tag of the source tags.

All player actions can be done interactively i.e. pressing a play button or with API functions.

DEMO:
I started to use it on my own website. You can see it in live here:
https://www.axel-hahn.de/music/axels-songs/

DOC:
https://www.axel-hahn.de/docs/amcplayer/index.htm

FEATURES:
- web based player using html, css and javascript
- there are no images, no flash
- no dependency: no javascript framework (i.e. jQuery) is needed to run
- jump to any song with the playlist
- shows downloads for each title in any available format in a download box
- API for all features

Project Admins: