Audio
From Documentation
Revision as of 02:17, 18 May 2010 by Tmillsclare (talk | contribs) (moved ZK Component Reference/Multimedia/Audio to ZK Component Reference/Multimedia and Miscellaneous/Audio)
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.
Depending on the browser and the audio plugin, developers might be able to control the play of an audio by the play, stop and pause methods. Currently, Internet Explorer with Media Player is capable of such controls.
Example
<audio id="audio" height="20"/>
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/12/2010 | Initialization |