Audio Player
Use to display playback controls for audio files.
Example
Display audio controls and load the audio specified in the URL.Specify either the url or id, not both.
Parameters
autoplay
When set to “true”, playback begins automatically when the page has loaded, or as soon as the file is ready if loading is delayed due to its size.
controls
When this attribute is set to “true”, the playback controls are displayed to the user. Set to “false” to hide controls. The default value is "true".
html_id
HTML id of the element. Add only if needed to customize styling or needed by Javascript to perform a specific functionality.
id
The source ID of the audio file in the Media Library.
loop
When this attribute is set to “true”, the audio player automatically returns to the start when the playback reaches the end. The default is “false”.
muted
When this attribute is set to “true”, the sound is turned OFF. Set to “false” to turn the sound ON. The default is “false”.
url
The URL of the audio to embed.