I am trying to embed sound into my page and it won't play. When I include a path to a file that doesn't exist, it gives me an error. With a correct path, however, it just does nothing at all. No console gets displayed if I specify that hidden="false". Check it out:
Making the src path an absolute path doesn't work either. I'm thinking this is a problem with my web hosting. Is it and if so, what should I ask them to do to fix this?
Code:
<embed id="bgmusic" src="music/1.wav" autostart="true" loop="true" hidden="false" width="2" height="0"></embed>
<noembed><bgsound src="music/1.wav" loop="-1"></noembed>
Making the src path an absolute path doesn't work either. I'm thinking this is a problem with my web hosting. Is it and if so, what should I ask them to do to fix this?