Problem:
I have a list, using LongListSelector, of videos. When a video is selected, it launches the MediaPlayerLauncher. If a user presses the back key to close the video (or, even presumably when the video reaches the end), and tries to select the same video they were just watching, the MediaPlayer does not activate (because the selection isn't changed, duh!).
So...any suggestions to my problem?
Thank you to anyone that answers!