asp.net how to play audio in browser

  • Thread starter Thread starter tparks69
  • Start date Start date
T

tparks69

I need to be able to play audio (probably .wav) files in a browser using
ASP.NET 2.0. This has to be in a non-OS, non-Browser specific way. Can
anyone point me to info on how to do this?
 
tparks69 said:
I need to be able to play audio (probably .wav) files in a browser using
ASP.NET 2.0. This has to be in a non-OS, non-Browser specific way. Can
anyone point me to info on how to do this?

This thing only occur in client side (html + javascript). So you need to
use some html tag like embed or object to do it. ASP, PHP or Java
processes on serve.
Check this link, maybe it's useful:
http://www.world-voices.com/resources/addaud.html#200
 
Back
Top