views:

15

answers:

0

WPF: Show Preview-picture for video (MediaElement)I've got a video as a MediaElement

<MediaElement Name="video" LoadedBehavior="Manual" ScrubbingEnabled="True" Loaded="MediaElement_Loaded"" Source="Resources\blickpunkt10.mp4" />

I want to show a custom picture while the user didn't tap the video. How to do this?