Let me get this straight, you want the play button to pause the song, when pressed again, instead of stopping as it does in my script right? Well then this is very simple.I made it play/stop because that's what Dousan requested. If you want play/pause then import that beecon and in the advanced settings find this value Code: action="stop" Change it to Code: action="pause" It should then work like you described.
action="stop"
action="pause"