Music Player

Anyone know of a good php music player?

Im doing a website for a buddy’s band and they obviously want a music player on it. Never done one before, so any ideas/tips would be much appreciated.

If PHP isn’t the way to go, any suggestions that are not flash?

thanks

PHP is back side. Music is played on the front-side. HTML 5 would be an alternative route to go. Though this will only work on newer browsers.
You could switch the player based on the platform: HTML 5 for iPhone/iPad, Flash for others
That would cover your bases pretty well.

Michael