Posted by: Kaushal on: September 6, 2008
I was having a requirement to Stream Audio files in one of my on-going ASP.NET application; While I googled, I found that to Stream Audio files in a webpage, we need to use <object> tag.
The <object> element can support many different media types, like:
Pictures
Sounds
Videos
Other Objects
We just need to add the Windows Media Player reference using [...]