RE: [PHP] Embedded Player

2006-01-20 Thread ET Support
PROTECTED] Sent: Thursday, January 19, 2006 7:03 PM To: php-general@lists.php.net Cc: Jedidiah Subject: RE: [PHP] Embedded Player > -Original Message- > My reason for using an embedded player was basically just for > design purposes, but perhaps that is not a good idea. I did > n

RE: [PHP] Embedded Player

2006-01-19 Thread Brady Mitchell
> -Original Message- > My reason for using an embedded player was basically just for > design purposes, but perhaps that is not a good idea. I did > not consider the fact of not being able to leave the site > while listening, and since these are as long as 40 minutes, > this might get

[PHP] Embedded Player

2006-01-19 Thread Jedidiah
Thanks for the input. I think you have slightly misunderstood my post. Currently, if you visit www.mzbc.com/sermons.php (not trying to promote, but perhaps it will clarify), you will see a table without about 10 links to 10 different sermons. I even have instructions below on downloading these fi

Re: [PHP] Embedded player

2006-01-19 Thread Richard Lynch
On Thu, January 19, 2006 7:24 am, Rodolfo Andrade wrote: > If you are looking for compatibility then I would recommend the flash > player > solution. There are a *LOT* of sites that use flash so I don't think > that > making it "a must" will impact your users. You're wrong... > I don't know which

Re: [PHP] Embedded player

2006-01-19 Thread Richard Lynch
On Thu, January 19, 2006 5:36 am, Jedidiah wrote: > I have a sermons page (www.mzbc.com/sermons.php) with a table with > links to > .wma sermons. When clicked in Firefox, it prompts to download. What You should also consider switching to MP3, since there is NO WAY I'll ever hear your .wma sermon

Re: [PHP] Embedded player

2006-01-19 Thread Austin Denyer
On Thu, 19 Jan 2006 11:24:44 -0200 "Rodolfo Andrade" <[EMAIL PROTECTED]> wrote: > > If you are looking for compatibility then I would recommend the flash > player solution. There are a *LOT* of sites that use flash so I don't > think that making it "a must" will impact your users. > > I don't kno

Re: [PHP] Embedded player

2006-01-19 Thread Rodolfo Andrade
at if they even use Linux, they will install the plugin, if they haven't done so. Just my 2ยข Good luck! Rodolfo Andrade - Original Message - From: Chris To: clive Cc: PHP General Sent: Thursday, January 19, 2006 10:54 AM Subject: Re: [PHP] Embedded player On Thu, 2006-01-19 at 1

Re: [PHP] Embedded player

2006-01-19 Thread Chris
On Thu, 2006-01-19 at 14:44, clive wrote: > true, but not everyone uses windows as there operating system, so if > they don't have windows media player they wont even be able to view the > files. A problem I`ve come across with many sites whilst using my Linux box..very irritating. -- Chris Bla

Re: [PHP] Embedded player

2006-01-19 Thread clive
true, but not everyone uses windows as there operating system, so if they don't have windows media player they wont even be able to view the files. clive. Barry wrote: clive wrote: Hi Have a look at osplayer. Its a flash player that plays mp3's(it may do wma)Ive seen it used with oscommer

Re: [PHP] Embedded player

2006-01-19 Thread Rodolfo Andrade
echo "$file\n"; } I don't know how that music player works, but since it uses XML for playlists, I think you can use readdir() then pass the results to XML. - Original Message - From: Jedidiah To: php-general@lists.php.net Sent: Thursday, January 19, 2006 9:36 AM

Re: [PHP] Embedded player

2006-01-19 Thread Barry
clive wrote: Hi Have a look at osplayer. Its a flash player that plays mp3's(it may do wma)Ive seen it used with oscommerce on a site that sells cds. it can also load a whole bunch of mp3 that the user can select through the player. http://www.counteractdesign.com/temp.html I wouldnt use

Re: [PHP] Embedded player

2006-01-19 Thread clive
Hi Have a look at osplayer. Its a flash player that plays mp3's(it may do wma)Ive seen it used with oscommerce on a site that sells cds. it can also load a whole bunch of mp3 that the user can select through the player. http://www.counteractdesign.com/temp.html clive Jedidiah wrote: Hi.