Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
HTML 5 Video Buffering a certain portion of a longer video
Use the TimeRanges object in HTML to set a series of non-overlapping ranges of time. You can also set the start and stop time.
The following are the properties −
- length − Length of time ranges.
- start(index) − start time, in seconds
- end(index) − end time, in seconds
Here is the code snippet showing buffering −
// displays 12 myAudio.buffered.start(1); // displays 20 myAudio.buffered.end(1);

Advertisements
