Audio
From Documentation
Audio
Employment/Purpose
An audio component is used to play the audio at the browser. Like image, you could use the src property to specify an URL of an audio resource, or the setContent method to specify a dynamically generated audio.
[Since 7.0.0.]
the audio only works for browsers supporting HTML5 audio tag, it supports the properties like autoplay, controls, loop, muted and preload, and it could have multiple src attributes. Developers might be able to control the play of an audio by the play, stop and pause methods.
Example
<audio id="audio" src="music.wav, music.mp3, backup.ogg" controls="true"></audio>
Supported Events
None | None |
- Inherited Supported Events: XulElement
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|