Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 13:11:54 -0600 (CST)
From:      "Robert Uzzi" <ruzzi@compedgeracing.com>
To:        "Gary Kline" <kline@tao.thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: adding a *.wav or *mp3 file to my HTML
Message-ID:  <1032.63.97.49.74.1141153914.squirrel@www.compedgeracing.com>
In-Reply-To: <20060228185851.GA96242@thought.org>
References:  <20060228185851.GA96242@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 	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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1032.63.97.49.74.1141153914.squirrel>