WAV files

R

Ron Harter

I have several wave files on a web site, currently it when the links are
clicked it download the wav file and plays it. Is there some way to embed
media player so the user doesn't have to download the file?



Ron Harter | Tongue, Tied and Twisted
(e-mail address removed) | Just an earth bound misfit ... I
| Pink Floyd
 
K

Kevin Spencer

How do you expect the file to get from your server to the client computer?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 
D

Dan G

The file will be played by the client's media player regardless. But you can
imbed wav formats, or use background sound (which is not supported in some
browsers). Imbedded sound plays whether the client wants it to or not, one
file per page AFAIK. You can also use au format in a roll-over effect, so
when a client hovers on a image the sound file will play. This, and imbedded
files, require the client browser to download the file(s) as the page
loads, so you don't really avoid the download.

Consider using MP3, which is much smaller to download, and still requires
the file to be selected.
 
K

Kevin Spencer

Hi Ron,

In order to stream audio to a client computer, you need a streaming server,
and you can't use WAV files. Otherwise, one way or the other, the file is
going to be downloaded to the client.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top