revolutionkpi
revolutionkpi

Reputation: 2682

Implement a standard Video Player in Windows Phone

I am writing a Windows Phone application with ability to play video. I have found a lot of custom video players, but I want to find out, is there a standard video player in Windows Phone and what I need to do for using it?

Upvotes: 1

Views: 1395

Answers (2)

Shahin Mammadzada
Shahin Mammadzada

Reputation: 79

You can use default media player with the help of MediaElement and MediaPlayerLauncher. You can play local videos and urls with video.

I hope this link will help you *http://www.developer.nokia.com/Community/Wiki/Video_Playback_with_MediaElement*

Upvotes: 0

Torben Schramme
Torben Schramme

Reputation: 2140

http://msdn.microsoft.com/en-us/library/ff769551(v=VS.92).aspx The MediaElement is the standard control for playing video files in WP7 apps.

Upvotes: 2

Related Questions