Rick Lederman <
> wrote:
> I need to play a .wav file from my program. I know how to do it from a
> regular desktop program but have no idea how to do it from asp.net. My
> application regularly plays short (4 seconds or less) wave files depending
> on the results of an input. I'm about to start the conversion from the
> normal fat client to an asp.net version and the playing of a wav file is
> esential. Any ideas?
This is not something you can accomplish with ASP.NET, per se, as it is
technically can only spit out HTML to a client. Presumably, you will have
to use ASP.NET to output a javascript function to play a sound. Sorry, I
don't know how to do this personally, but google "play sound javascript".