You need to stop the php processing while the player code is read in.
Consider isolating your code from the php code. To do this stop processing php with this code:
then follow that with your mp3 player code in html. At the end of your player code, start a new code line with
to restart php processing.