When I play a video file using the full screen video command
host.MediaCenterEnvironment.MediaExperience.GoToFullScreen();
When the user chooses "stop" with the remote, a page is displayed by the video player that gives the user options to Restart, Resume, Delete, etc.
Is there anyway to stop this from being displayed? When the user hits stop, I just want it to go back to my application's page, not display this screen. I especially don't what the user to have the "delete" option. The only way I have found to make this page go away is to ask playmedia to play a non-existant Dvd, and even then it shows the option page briefly before returning to my app.
So, is there an easy way to programmatically shutdown the full screen video page and go back to my apps page?
Before anyone recommends it: I am not interested in embedding a scaled video on a page of my own, so that's not an option. I need to use GoToFullScreen.