Q&A » PubWriter FAQ »
Added by Brian Schwartz over 8 years ago
Here's the HTML snippet you'll need to use if you want to embed audio on your PubWriter page:
Just insert the HTML that looks like this:
<audio src="http://URL.mp3" controls> </audio>
You can see this page 'live' at http://www.pubwriter.com/tutorials/audio.md
You can also set it up to:
<audio src="http://URL.mp3" autoplay> </audio>
<audio src="http://URL.mp3" loop> </audio>
<audio src="http://URL.mp3" controls preload> </audio>