Audio

From Documentation
Revision as of 07:58, 14 July 2010 by Maya001122 (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} An <tt>audio</tt> component is used to play audio client side. Like the <tt>image</tt> component, you can use the <tt>src</tt> property to specif…')
(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 : 2010/07/14

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