Global MediaElement that continues playing after navigating to other page
问题 I am using a MediaElement to play music in my metro app. I want the Music keeps playing even if I navigate to another Page. In the following Thread that question was asked also: http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/241ba3b4-3e2a-4f9b-a704-87c7b1be7988/ I did what JimMan suggested 1) In App.xaml.cs Changed the control template of the root frame to include the MediaElement var rootFrame = new Frame(); rootFrame.Style = Resources["RootFrameStyle"] as Style;