Audio
Docs > Extensions > Plugins > AudioWant to play an mp3 audio on your site? It's pretty easy using html5, and even easier in BoltWire. Just use the embedded audio player that comes built right in to your browser.
To use it, store your mp3 audio in a files/audios folder and call the file name like this:
[(embed audio myaudio)]
That's all there is to it. It will load file myaudio.mp3 and display a nice player with controls.
There are various ways to change how the audio tag works in html5. Do a little research online into your options, then feel free to edit the code.embed.audio file as desired.