Click here to Skip to main content
15,894,955 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I am working on a project using asp.net in visual studio and I can't play a wma file in it. Is there any way it can be done?
Posted
Updated 22-Jun-15 18:50pm
v2
Comments
Mayorlina 22-Jun-15 19:10pm    
Pls explain to me how I can link d file. Am not dat good in html nd asp.net

You don't play a WMA file in ASP.NET. ASP.NET code runs entirely on the server, not the client.

All you do is provide a link to the file in your HTML page and the Windows Media Player on the client downloads the file and plays it.
 
Share this answer
 
Comments
Mayorlina 16-Jul-15 16:58pm    
please can u assist me with the code and steps to take
Dave Kreskowiak 16-Jul-15 17:26pm    
I already told you. There no code!

All you do is supply a link to the WMA file. The user clicks the link and the file plays. That's it!
Pls explain d steps to me, so dat I can link it
 
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