Grace
Grace

Reputation: 1265

Media Players used in C#

I want to use a media player in C# that reads these extensions : wmv,api,flv,mp3,mp4 and swf..

I tried Silverlight media player but its working with wmv and mp3 only.. and the same with the mediaElement in silverlight.. And FlowPLayer will only play flv, mp4 and mp3.

Has anyone any suggestion ? Thanks alot !!

Upvotes: 0

Views: 826

Answers (2)

Grace
Grace

Reputation: 1265

since LongTail (aka JWplayer) can play flv files i converted all my files to flv and played them with LongTail

Upvotes: 0

Rosmarine Popcorn
Rosmarine Popcorn

Reputation: 10967

Why don't you use VLC media Player ActiveX ,here is a Project that helps you to integrate http://vlcdotnet.codeplex.com/

Upvotes: 3

Related Questions