I have added an mp3 into my spreadsheet by doing, insert - object - abc.mp3

I want it to automatically play if a certain cell has a particular value in it. e.g play mp3 if someone inputs 1 into cell A1.

I would think some sort of IF statement would be needed e.g IF(A1=1, play mp3,0). I just dont know what would need to be entered where i've written "play mp3".

Does anyone know of how to achieve this?