hi
i have a wav file that plays if a certain condition is true
this works fine (on local host )and the wav file is located in my c:
when the app is viewed over the web however the wav file does not play
am i missing some settings here
Printable View
hi
i have a wav file that plays if a certain condition is true
this works fine (on local host )and the wav file is located in my c:
when the app is viewed over the web however the wav file does not play
am i missing some settings here
I have an app that plays wavs. you just point the browser directly to the wav file, but the client side will need a browser plugin that plays wavs. The more recent browsers handle this gracefully, I don't know about older ones.
Your wav link has to point to your web server, and the file has to be there, not on the C drive....
Is your web server on your computer using IIS (or something like that), or is the web server on a web-site you subscribed for web-space ?
If it's on your own computer, using IIS, then you have to put the wave file in "C:\inetpub\wwwroot" directory