>       One: how can I add this snd.wav to html? andor php?
>       Two: since it takes N secs to pull over the wav file,
>       is there a way to translate it to (say) 32k MP3?
>       And, again, how would I add this to my HTML/php
>       page without nagging my readers?
>

There can be lots of ways to do this but generally sounds are considered a
nusance no matter what you do, but if you insist you can do something like
this.

<embed src="http://www.someplace.com/snd.wav"; volume="30%" hidden="true"
autostart="true">

Google will be your friend on this quest.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to