Here is my embed tag
<embed src="http://localhost:8084/MIS/js/status_no.mp3" hidden="true" autostart="true" loop="false" class="playSound">
When I remove hidden property, sound gets played but when i set hidden property to true, sound does not play. I do not want to show the player to the user.