media player
how can i use media files and audio files in asp.net as well in C#.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Jun 30, 2008, 2:41 PM
HI
Check out the below link
http://www.codeproject.com/KB/audio-video/PlaySounds1.aspx
Thanks -- Vj
http://dotnetvj.blogspot.com
Satyanarayan BajoriaPosted Jun 29, 2008, 8:04 AM
You have to import System.Media namespace.
Using this namesspace,we can play only .wave file
Bechir BejaouiPosted Jun 29, 2008, 7:21 AM