May 2011
Intermediate to advanced
1096 pages
40h 54m
English
Audio — an HTML <audio> element
Node, Element, MediaElement
An Audio object represents an HTML <audio> element. Except for its
constructor, an Audio object has no properties, methods or event
handlers other than those inherited from MediaElement.
newAudio([stringsrc])
This constructor creates a new <audio> element with a preload attribute set to “auto”. If the
src argument is specified, it is used as
the value of the src
attribute.
Read now
Unlock full access