Reputation: 1265
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
Reputation: 1265
since LongTail (aka JWplayer) can play flv files i converted all my files to flv and played them with LongTail
Upvotes: 0
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