Hi
On Oct 6, 2:15 pm, Doug <
jo...@wizebid.com> wrote:
> However, I need the wav file to be dynamic on the server side. So I
> wish to have the url specify a link such as MyGetWav.aspx?file=t.wav
Have you check that your asp script sets the correct content-type
(should be something like "audio/wav") ?
IIRC, there is an attribute or a methode for doing this in the
Response object.
Eric