Sujith E S
Sujith E S

Reputation: 67

Play audio online in ASP.Net website

i need to play audio online in asp.net website

My requirement is

users will be able to browser the audio file using file upload control and two button will be displayed 'Play' and 'Stop'.

site should have the capability to play audio file in any format.

Please share any links or code to achieve this.

Thanks!

Upvotes: 0

Views: 9549

Answers (2)

Gaurav Shah
Gaurav Shah

Reputation: 5279

Not most appropriate but worth a thought you can try embedding a silverlight element.. In silverlight you can import the audio file to project and then can just drag and drop "media element" set source. drag and drop buttons play and pause.. play : mediasource.play(); pause : mediasource.pause();

voila done.. Its easy to do all this in sileverlight..

Upvotes: 0

Related Questions