Re: [PHP] MP3 Player and PHP

2010-12-22 Thread Sharl.Jimh.Tsin
search PHP、LAME keyword. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2010/12/23 Richard Quadling : > On 22 December 2010 15:06, Don Wieland wrote: >> Hello, >> >> Can someone recommend a web MP3 player? I need the following options: >> >> 1) Location and Duration o

Re: [PHP] MP3 Player and PHP

2010-12-22 Thread Richard Quadling
On 22 December 2010 15:06, Don Wieland wrote: > Hello, > > Can someone recommend a web MP3 player? I need the following options: > > 1) Location and Duration of mp3 display (seconds) > 2) The ability to pass a start and end parameter and play a part of the song > 3) Loop parameter > 4) Call to the

Re: [PHP] MP3 Player and PHP

2010-12-22 Thread a...@ashleysheridan.co.uk
You've missed a crucial part of php; its not a client-side language, its all run on the server. So you can't have a music player built in it running in a web browser. For that you need something like flash or java. There is a way potentially with html5, but not all support the tag (internet ex