Top "Mediaelement" questions

mediaelement is an abstraction used to represent multimedia viewed by a user

How to download and save audio and video in wp7 mediaLiabrary?

Can you please tell me how to save or store sample audio and vidio into mediaLibrary.From my application if …

windows-phone-7 mediaelement media-library
What formats does the MediaElement support?

In C# what formats does the MediaElement support?

c# .net wpf mediaelement
Replaying a video continuously in a WPF media element

I have a video file playing in a media element. I need to keep it playing, thus I tried: me.…

c# wpf event-handling mediaelement replay
Make MediaElement support more video codecs

Is there a way to make MediaElement support more video codecs like mkv, flv, mov etc.? If not, is there …

c# .net vb.net windows-runtime mediaelement
How to use mouseDown and mouseUp on <button/>

I have a button declared in XAML which has MouseDown and MouseUp attributes that both call a specified method... <…

c# wpf xaml mouseevent mediaelement
MVVM pattern violation: MediaElement.Play()

I understand that ViewModel shouldn't have any knowledge of View, but how can I call MediaElement.Play() method from ViewModel, …

wpf mvvm visibility mediaelement
Google Chrome does not want to play mp4 using mediaelement.js

I'm using the latest mediaelement.js on my website to play html5 video. There is something strange in Google Chrome. …

html google-chrome video mp4 mediaelement
Start and stop MediaElement at specific times

I am change an app over to WPF, it plays audio and video and pictures all based on timed events .. …

c# wpf video mediaelement mci
After playing a MediaElement, how can I play it again?

I have a variable MediaElement variable named TestAudio in my Silverlight app. When I click the button, it plays the …

wpf silverlight audio mp3 mediaelement
WPF, how to determine when a MediaElement has finished playing the movie?

I am showing a movie on my application, and i want the application to only play it once. And when …

wpf mediaelement