Audio"

From Documentation
m
Line 31: Line 31:
 
=Supported Children=
 
=Supported Children=
  
<source lang="xml" >
 
 
  *NONE
 
  *NONE
</source>
 
  
 
=Use cases=
 
=Use cases=
Line 40: Line 38:
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;

Revision as of 05:05, 14 May 2010

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

ZKComRef Audio Example.png

 <audio id="audio" height="20"/>

Supported events

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.2 5/12/2010 Initialization



Last Update : 2010/05/14

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