[closed].wav doesn't play - Can't find file(?)
![](https://i.imgur.com/qLCkdtBb.png)
DaxAtDS9
28 Dec 2021, 16:42Hi,
trying to add some sound in squiffy Win Editor with line:
<audio src="data\crowd.wav" autoplay /audio>
Subfolder 'data" exists
crowd.wav is in an working
But as soon as I press RUN or even after BUILD. there is no sound...
If I insert full path in src statement like src="e:\data\crowd.wav" it works...
What's my fault?? :-/
![](https://i.imgur.com/qLCkdtBb.png)
DaxAtDS9
30 Dec 2021, 13:51Found out.
- Path must be ".\data\etc "
- Audio autoplay doesn't work on chromium browsers
but that's what I need. So I skipped that feature for my game