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
> -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
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
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
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
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
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
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
Hi,
You can use readdir() function for list the files. Here's a sample code from
PHP Doc www.php.net/docs.
if ($handle = opendir('/path/to/files')) {
echo "Handler: $handle\n";
echo "Files:\n";
while (false !== ($file = readdir($handle))) {
echo "$file\n";
}
I don't know
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
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.
11 matches
Mail list logo