[PHP] Re: Sound

2006-02-06 Thread Barry
tedd wrote: Hi gang: Does anyone know a way to generate a sound (bell, click, tone, peep, buzz, word) from php? tedd Not client side, only serverside. Clientside you have some options like html WAV files and javascript probably. The browser dont supports audio output (i dont know any bro

[PHP] Re: sound

2003-05-30 Thread zerof
Please see: http://www.opaque.net/ how to use ming module. - zerof - "Bobby" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Does anybody know of a way under php to add a background sound to a > webpage...i have sound on my page when it's local but as soon as I copy >

[PHP] Re: Sound File Available???

2002-01-15 Thread Julio Nobrega Trabalhando
file_exists(); if (file_exists('1234.rm')) { // show one image } else { // show another image } Just correct the path of file_exists argument to the one you need/use. -- Julio Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca Ajudei? Salvei? Que tal um presentinho?