tags:

views:

42

answers:

1

I want to play flv file in WPF MediaElement.

A: 

Download and install a flv DirectShow filter. Try playing in Windows Media Player. If it works, try using it in MediaElement. If that does not work, it should work with the MediaUriElement in my WPF MediaKit

Jeremiah Morrill