[SOLVED] Unable to play sound


I created game like stack ball but i am not able to play any sound.

this.soundManagerEntity.sound.play('bounce');

I keep getting this Warning all the time.

playcanvas-stable.dbg.js:20672 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu

Any suggestion?

=============================================
Ball bouncing sound was starting before i interact with game…
Handle it through script.
SOLVED!

1 Like