I'm beginner in WPF programing and have a simple problem in that! I use this code to display a movie in WPF form.
<MediaElement x:Name="meShowClip" Source="" FlowDirection="LeftToRight" Width="800" Height="600" />
When I set the source address to Source="C:\Rezaii\ATM\ATM\Videos\ANIMFORCD.MPG" it not worked.
When set it to Source="~\Videos\ANIMFORCD.MPG" or
Source="~/Videos/ANIMFORCD.MPG" or
Source="Videos/ANIMFORCD.MPG" it not worked.How give it a address?
And this is my solution path picture:

