I'm coding a game using Twine 2 - Harlowe (latest version), and I'm having a hard time adding audio. I have an mp3 file that simply doesn't play when loading the page. I'm using the following model and neither one works. Please help!
<audio src="http://domainname/foldername/audioname.mp3" autoplay>
Your browser does not support the <code>audio</code> element.
</audio>
<audio src="foldername/audioname.mp3" autoplay>
Your browser does not support the <code>audio</code> element.
</audio>
<audio src="http://domainname/foldername/audioname.mp3" autoplay>
Your browser does not support the <code>audio</code> element.
</audio>
<audio src="foldername/audioname.mp3" autoplay>
Your browser does not support the <code>audio</code> element.
</audio>