Using embedded MediaElement controls to play videos in WPF / MVVM
Essentially the same as these instructions, but using a purely MVVM approach and without the additional stop / start / pause etc buttons – the application just ‘sees’ the MP4 media file it needs to play and plays it upon startup. Step 1: Create a new WPF Application Step 2: Create the Main Window ViewModel …
Continue reading ‘Using embedded MediaElement controls to play videos in WPF / MVVM’ »