Click here to Skip to main content
15,885,980 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello guys... I need to play some wave file in my asp.net application. I know how it can be done in HTML but can we do it ASP.NET? If yes then can you direct me to that tutorial (or function or control) that I need to learn. thnx ;)
Posted

If you play a media file from your ASP.NET code, it actually executes on the server. So even in an ASP.NET application, your media player should still be in client side script/html.
 
Share this answer
 
If you know how to do in HTML, that should work in asp.net application as well. Where as if you want to generate the tag dynamically from code behind, see this article[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900