Play sound stored in database

Last post 08-06-2008 10:15 AM by GerardCC. 2 replies.

Sort Posts:

  • Play sound stored in database

    08-05-2008, 4:57 PM
    • Member
      1 point Member
    • GerardCC
    • Member since 08-03-2008, 1:40 PM
    • Posts 9

    Hi,

    Got sound stored in a database, want to add it to a web page, accomplished it with a pictures (Page_Load{Response.ContentType = "image/gif"; bmp.Save(Response.OutpuStream, Imageformat.Gif);}), how to do it with sound without writing an intermediate file? Any help is welcome!

    Thanks in advance,
    Gerard

  • Re: Play sound stored in database

    08-06-2008, 4:24 AM
    • Star
      9,042 point Star
    • HosamKamel
    • Member since 01-19-2006, 6:49 PM
    • Egypt
    • Posts 1,308

    You have to use streaming option

    Streaming with Windows Media Services and ASP.NET


    Hosam Kamel

    Remember to click on Mark as answer on the post that helped you
  • Re: Play sound stored in database

    08-06-2008, 10:15 AM
    • Member
      1 point Member
    • GerardCC
    • Member since 08-03-2008, 1:40 PM
    • Posts 9

    Thanks Hosam,

     But don't want to write an internediate file, guess Windows Media Service can handle that too (Adobe's Flash can...) any pointers?

    Thanks in advance,
    Gerard

Page 1 of 1 (3 items)