HTML5 has a good support for audio and video playback and control.
The official HTML5 reference: http://www.w3.org/TR/html5/
I’ve seen in some web pages that the audio object has the play() and pause() functions, also an attribute called “currentTime”, and many more things.
However, “play”, “pause” and “currentTime” is not even documented in the official HTML5 reference.
Where can I find a full reference of HTML5 audio?
Best regards,
David
play(), pause() etc come from HTMLMediaElement interface, documented here: http://www.w3.org/TR/html5/video.html#htmlmediaelement