Re: [PHP] Sound with PHP

2002-12-19 Thread Andrew Brampton
If you are trying to play the sounds on the client's PC, then you can't do
this with PHP

PHP is a server side language, so if you tried playing soudns with it, it
would only be heard by the people standing next to your server :)..

You might want to take a look at some HTML or JScript, or Flash, or many
other methods of playing music. (which are all client side languages)

Andrew
- Original Message -
From: Alfonso Ballesteros [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 19, 2002 8:02 PM
Subject: [PHP] Sound with PHP


 Hello... I'm a newcomer and wish to know if it is possible to play sound
 files (mp3 or wav) using PHP. For example, if I have 2 sound files, how to
 play one after the other.

 Thanks
 Alfonso



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Sound with PHP

2002-12-19 Thread James E Hicks III
The only way this would work with PHP on the webserver would be to 
embed the sound file in the webpage or some other HTML to do
it. I even think there is a way to queue files like you are asking
about, but this would be an HTML thing and not PHP.

James


-Original Message-
From: Alfonso Ballesteros [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 3:03 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Sound with PHP


Hello... I'm a newcomer and wish to know if it is possible to play sound
files (mp3 or wav) using PHP. For example, if I have 2 sound files, how to
play one after the other.

Thanks
Alfonso



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php