Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys,
I am planning to develop a web application with C#(ASP.NET) The application will consist of an mp3 player that plays the songs from user's local. The page will include a cool(in terms of visuality) playlist and cool play-stop buttons. Can I easily develop the mp3 player in C#(I mean does C# the capabilities for sound playing and visuality) or should I choose flex/flash and integrate it into ASP.NET?
Posted
Updated 5-May-11 0:54am
v2
Comments
Oshtri Deka 5-May-11 7:24am    
ASP.Net solution for playing files from user's computer? This sounds a bit odd to me.
If you stick to ASP.Net save yourself time and choose third party control, flash is fine.
Karthik. A 5-May-11 7:35am    
I second Oshtri Deka - With the help Flash Media Server, you should be able to accomplish serving music from your server too (in case thats a requirement in addition to playing files from the user's machine)

1 solution

better to use asp.net and implement flash for ui
 
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