Audio

From Documentation
Revision as of 10:44, 19 January 2022 by Hawk (talk | contribs) (correct highlight (via JWB))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


An audio component is used to play audio client side. Like the image component, you can use the src property to specify a URL of an audio resource, or the setContent method to specify dynamically generated audio.

Depending on the browser and the audio plug-in, developers might be able to control the playback of the audio by using the play, stop and pause methods. Currently, Internet Explorer with Media Player has such capabilities.



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.