If the GUI is not working, I suggest to use command line to activate mplayer.
Use terminal to check whether mplayer is exisisten by typing "which mplayer"
After that, use the following command to play the multimedia file:
- For audio: mplayer 123.mp3
- For video: mplayer -framedrop quiet 456.mpg
I hope the above will help.