Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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:
enter image description here

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.