Connecting Tech Pros Worldwide Help | Site Map

How to play Music file(.mp3 and others) in Asp.net2.0 application using C#?

Member
 
Join Date: Sep 2009
Location: Sunvillage
Posts: 42
#1: Oct 1 '09
Hi! Everybody
I am creating an application for playing music files in Browser.
I successfully palyed the .Wav file.
but I am unable to play other formats of music files.
Is there any tool or way for this.

or How can I add plugins to my web application for asking user to install for playing

Plz help me

Thank
ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 119
#2: Oct 1 '09

re: How to play Music file(.mp3 and others) in Asp.net2.0 application using C#?


You can find several player on codeplex
Member
 
Join Date: Sep 2009
Location: Sunvillage
Posts: 42
#3: Oct 2 '09

re: How to play Music file(.mp3 and others) in Asp.net2.0 application using C#?


But how can I add those players in my code??/???
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#4: Oct 2 '09

re: How to play Music file(.mp3 and others) in Asp.net2.0 application using C#?


Well Silverlight is a plugin for browsers. It's really awesome because it lets you use .NET to develop client-side applications.

You could either use one of the Silverlight players listed on the site that Ssnaik84 provided to you (if you had looked at the links it tells you how to use it).

Or you could develop your own Silverlight audio player :) :)


You should research Silverlight, find out what it is...it's pretty cool.

-Frinny
Reply