Let's assume you embed the audio via HTML code. And then let's assume that you also added a play button manually that will start the audio via JavaScript. It's simply a matter of connecting the "click" event of the button to the play()
method of the audio. Please leave a comment, if you encounter problems with that part.
Then, use the PHP function getRoute()
to display all the HTML code only if the page is loaded for the first time:
if (getRoute() == 'next') {
show('HT01'); // The text element with the HTML code
}