Can anyone tell me how to stop media player that was started in a previous activity?
For ex. In activity-1 button pressed that did - mp.start(); then activity-2 starts for different layout with new buttons, then when button pressed, mp.stop is called, but does not stop the media from the first activity.
Thanks in advance.
-Marc


