Audio"
From Documentation
Raymondchao (talk | contribs) |
Raymondchao (talk | contribs) |
||
Line 54: | Line 54: | ||
| 7.0.0 | | 7.0.0 | ||
| August, 2013 | | August, 2013 | ||
− | | Audio | + | | <javadoc>org.zkoss.zul.Audio</javadoc> now supports HTML 5 |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 10:18, 22 October 2013
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 |
---|---|---|
7.0.0 | August, 2013 | Audio now supports HTML 5 |