asp.net how to play audio in browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?dHBhcmtzNjk=?=

    asp.net how to play audio in browser

    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?

  • Duy Lam

    #2
    Re: asp.net how to play audio in browser

    tparks69 wrote:
    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:


    --
    Duy Lam Phuong

    Comment

    Working...