Click here to Skip to main content
15,920,383 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friendz,

Can anyone of you give me a code or some hint on how to play a .mp3 file in C# .Net? What I want is a list of .mp3 file will be saved on server and the user will select a particular file and that file will be played.

Any help is appreciable..

Thanking in advance,

Swapnil Borkar
Posted

Have you tried this[^]?
 
Share this answer
 
v2
Comments
Swapnil 2009 4-Oct-10 1:48am    
Yes my friend ankur. I am trying this for 4 dayz.I got many answers fro this but none seem to work.the link which u gave for that I am getting an error as in
<%@ Register TagPrefix="pseudoengine" Namespace="PseudoEngine"
Assembly="PseudoMp3" %>
this control is not available.. so can u tell what should be done to obtain that control?
Ankur\m/ 4-Oct-10 2:20am    
I have modified the link. Check now.

And, I have not implemented this ever, So I may not be able to help much with this. But these articles cannot be wrong. At least one of them would work for your scenario.
Hi,

you can refer this link
http://www.rtur.net/blog/page/MP3-Player.aspx

Thanks & Regards,
Jeevan.
 
Share this answer
 
Hiee Jeevanrao

I tried the appication given by u. bt I am getting the error for the line

using BlogEngine.Core;
and
using BlogEngine.Core.Web.Controls;

which I could not find. so can u solve this problem of mine?

Thanking you
swapnil
 
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