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