Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to implement a function that plays a video in the default media player from a windows store apps that uses Xaml and C#.

I don't want to embed the player I want to open a new window with the default player and tell it to play the selected file.

All the samples that I've found are to create an embedded player or send to a device.

Can anybody help me? Thanks...

share|improve this question
In windows if you call Process.Start(somefile.ext) it opens the file with the default app associated. Or call Process.Start(@"some\path\to\mediaplayer.exe", "somefile.wmv"). I am commenting this instead of answering as I don't know if it sit he same for Windows mobile. – Rhyous Nov 7 '12 at 21:50
Sorry that was one of my first tries. That method is not available for windows store app development. – Andre Vianna Nov 8 '12 at 20:24

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.