Answered by:
Media Player launcher for Windows 8

Question
-
Is there any class or method by which I can play Video in my app like for WP I used Media player launcher.
Thursday, June 26, 2014 10:14 AM
Answers
-
use the Launcher class to run the media file?
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by Jamles HezModerator Thursday, July 3, 2014 7:55 AM
Thursday, June 26, 2014 12:06 PM -
The Launcher documentation includes sample code snippets. See http://msdn.microsoft.com/en-us/library/windows/apps/Hh701471.aspx
If you want to show the file within your app then use a MediaElement.
You can find documentation in the Windows Store dev center at http://msdn.microsoft.com/en-US/library/windows/apps/xaml/br229566 .
Launching, resuming and multitasking http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh770837.aspx
Adding multimedia http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465134.aspx
- Marked as answer by Jamles HezModerator Thursday, July 3, 2014 7:54 AM
Thursday, June 26, 2014 12:31 PMModerator
All replies
-
use the Launcher class to run the media file?
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Marked as answer by Jamles HezModerator Thursday, July 3, 2014 7:55 AM
Thursday, June 26, 2014 12:06 PM -
Yes or any other alternative to run media files inside windows store app and if there is code sample for it ,it would be really helpful
- Edited by Ghanishth Thursday, June 26, 2014 12:17 PM Added description
Thursday, June 26, 2014 12:14 PM -
The Launcher documentation includes sample code snippets. See http://msdn.microsoft.com/en-us/library/windows/apps/Hh701471.aspx
If you want to show the file within your app then use a MediaElement.
You can find documentation in the Windows Store dev center at http://msdn.microsoft.com/en-US/library/windows/apps/xaml/br229566 .
Launching, resuming and multitasking http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh770837.aspx
Adding multimedia http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465134.aspx
- Marked as answer by Jamles HezModerator Thursday, July 3, 2014 7:54 AM
Thursday, June 26, 2014 12:31 PMModerator